| 
														
															@@ -41,7 +41,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "test": "npm-run-all lint production", 
														 | 
														
														 | 
														
															     "test": "npm-run-all lint production", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "plugins": "node build/npm/Publish.js -v", 
														 | 
														
														 | 
														
															     "plugins": "node build/npm/Publish.js -v", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "sync": "browser-sync start --server --files *.html pages/ dist/", 
														 | 
														
														 | 
														
															     "sync": "browser-sync start --server --files *.html pages/ dist/", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    "watch": "npm-run-all --parallel watch-css watch-js", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    "watch": "concurrently \"npm run watch-css\" \"npm run watch-js\"", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"", 
														 | 
														
														 | 
														
															     "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     "watch-js": "nodemon --watch build/js -e js -x \"npm-run-all js-lint js\"" 
														 | 
														
														 | 
														
															     "watch-js": "nodemon --watch build/js -e js -x \"npm-run-all js-lint js\"" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 |