Remove bower occurences

This commit is contained in:
Yukai Huang
2016-12-11 10:31:51 +08:00
parent ed83dfc862
commit 9e6fd505e1
7 changed files with 7 additions and 58 deletions

View File

@@ -7,7 +7,6 @@
"scripts": {
"build:dev": "webpack --config webpack.config.js --progress --colors --watch",
"build:prod": "webpack --config webpack.production.js --progress --colors",
"assets:install": "bower install",
"postinstall": "bin/heroku",
"start": "node app.js"
},
@@ -142,8 +141,6 @@
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"bower": "^1.7.9",
"bower-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"ejs-loader": "^0.3.0",