Upgrading Gulp. If this is not necessary, we can remove it later.
This commit is contained in:
parent
ce9b06e4c6
commit
28b216273d
|
@ -9,7 +9,6 @@
|
|||
"bower": "^1.8.2",
|
||||
"browser-sync": "^2.3.1",
|
||||
"del": "^2.2.2",
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-autoprefixer": "^3.1.1",
|
||||
"gulp-cache": "^0.4.5",
|
||||
"gulp-concat": "^2.4.1",
|
||||
|
@ -60,6 +59,7 @@
|
|||
"test": "gulp test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"jshint": "^2.8.0",
|
||||
"karma-chrome-launcher": "^2.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue