Drop nodemon dependency

Sometimes nodemon not reload source code correctly, so simply drop it.
This commit is contained in:
Yukai Huang 2016-12-10 22:09:50 +08:00
parent ecb956f515
commit 65a1a62cc0

View file

@ -5,8 +5,8 @@
"main": "app.js",
"license": "MIT",
"scripts": {
"dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon --delay 1 app.js",
"build": "webpack --config webpack.production.js --progress --colors",
"dev": "webpack --config webpack.config.js --progress --colors --watch",
"assets:install": "bower install",
"postinstall": "bin/heroku",
"start": "node app.js"
@ -156,7 +156,6 @@
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"nodemon": "^1.11.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",