Add missing deps
This commit is contained in:
parent
1026fe53d2
commit
8bfb89e764
File diff suppressed because it is too large
Load Diff
|
|
@ -34,8 +34,10 @@
|
|||
"_test:watch": "./node_modules/.bin/ava --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"-": "^0.0.1",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"chalk": "^2.4.2",
|
||||
"cheerio": "^0.22.0",
|
||||
"del": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
|
|
@ -52,7 +54,9 @@
|
|||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"klaw": "^3.0.0",
|
||||
"node-sass": "^4.14.1"
|
||||
"node-sass": "^4.14.1",
|
||||
"plugin-error": "^1.0.1",
|
||||
"through2": "^2.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue