Upgrading Gulp. If this is not necessary, we can remove it later.

This commit is contained in:
Kush Bavishi 2019-05-31 14:07:26 -07:00
parent ce9b06e4c6
commit 28b216273d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}