gulp v4 instead of node 8

This commit is contained in:
Zack Rauen 2018-06-10 16:28:55 -04:00
parent 1bb705014f
commit 726d6cf4b0
3 changed files with 1231 additions and 1258 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- stable
branches:
only:
- master

2485
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
"eslint-plugin-vue": "^4.3.0",
"file-type": "^7.6.0",
"filewatcher": "^3.0.1",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-copy": "^1.1.0",
"gulp-inject-string": "^1.1.1",