diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..43c97e71 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false diff --git a/package.json b/package.json index 9c8730f5..96bd0136 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "dependencies": { "debug": "^2.2.0", + "gulp": "^4.0.2", "nan": "^2.3.3", "typedarray-to-buffer": "^3.1.5", "yaeti": "^0.0.6" @@ -35,7 +36,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",