mirror of
https://github.com/Lissy93/md-cv-maker.git
synced 2021-05-12 19:52:19 +03:00
Removes Bower fron package.json
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user