We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb956f commit 65a1a62Copy full SHA for 65a1a62
1 file changed
package.json
@@ -5,8 +5,8 @@
5
"main": "app.js",
6
"license": "MIT",
7
"scripts": {
8
- "dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon --delay 1 app.js",
9
"build": "webpack --config webpack.production.js --progress --colors",
+ "dev": "webpack --config webpack.config.js --progress --colors --watch",
10
"assets:install": "bower install",
11
"postinstall": "bin/heroku",
12
"start": "node app.js"
@@ -156,7 +156,6 @@
156
"json-loader": "^0.5.4",
157
"less": "^2.7.1",
158
"less-loader": "^2.2.3",
159
- "nodemon": "^1.11.0",
160
"optimize-css-assets-webpack-plugin": "^1.3.0",
161
"script-loader": "^0.7.0",
162
"style-loader": "^0.13.1",
0 commit comments