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