Skip to content

Commit

Permalink
[fix build deps] workaround for gulpjs/gulp#1604
Browse files Browse the repository at this point in the history
  • Loading branch information
doublerebel committed Sep 8, 2017
1 parent 11edb44 commit 3f6a144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-pug-hyperscript": "^1.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-sourcemaps": "^1.12.0",
"gulp-stylus": "^2.5.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
Expand All @@ -63,5 +63,8 @@
"stream-combiner": "^0.2.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"vinyl-fs": "^2.4.3"
}
}

0 comments on commit 3f6a144

Please sign in to comment.