Skip to content

Commit 65a1a62

Browse files
committed
Drop nodemon dependency
Sometimes nodemon not reload source code correctly, so simply drop it.
1 parent ecb956f commit 65a1a62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "app.js",
66
"license": "MIT",
77
"scripts": {
8-
"dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon --delay 1 app.js",
98
"build": "webpack --config webpack.production.js --progress --colors",
9+
"dev": "webpack --config webpack.config.js --progress --colors --watch",
1010
"assets:install": "bower install",
1111
"postinstall": "bin/heroku",
1212
"start": "node app.js"
@@ -156,7 +156,6 @@
156156
"json-loader": "^0.5.4",
157157
"less": "^2.7.1",
158158
"less-loader": "^2.2.3",
159-
"nodemon": "^1.11.0",
160159
"optimize-css-assets-webpack-plugin": "^1.3.0",
161160
"script-loader": "^0.7.0",
162161
"style-loader": "^0.13.1",

0 commit comments

Comments
 (0)