Removes Bower fron package.json

This commit is contained in:
Alicia Sykes
2018-10-18 11:38:17 +01:00
parent ef2df6da38
commit 3e2512b288

View File

@@ -9,7 +9,7 @@
"build": "gulp build",
"watch": "gulp watch",
"serve": "node server",
"postinstall": "bower install"
"postinstall": "gulp build"
},
"author": "Alicia Sykes",
"license": "MIT",
@@ -17,7 +17,6 @@
"coffeelint-stylish": "^0.1.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-clean-css": "^2.0.7",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
@@ -28,7 +27,6 @@
"gulp-util": "^3.0.7"
},
"dependencies": {
"bower": "^1.7.9",
"connect": "^3.4.1",
"materialize-css": "^1.0.0",
"serve-static": "^1.10.2"