Skip to content

Commit

Permalink
Fix gulp dependency version (git URL no longer required as 4.0.2 is a…
Browse files Browse the repository at this point in the history
…lready published)
  • Loading branch information
ibc committed Jun 7, 2019
1 parent e109ba6 commit 3cb29e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"debug": "^2.2.0",
"gulp": "^4.0.2",
"nan": "^2.3.3",
"typedarray-to-buffer": "^3.1.5",
"yaeti": "^0.0.6"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"faucet": "^0.0.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-jshint": "^2.0.4",
"jshint-stylish": "^2.2.1",
"jshint": "^2.0.0",
Expand Down

0 comments on commit 3cb29e1

Please sign in to comment.