From 3cb29e1041ecca0a9c21f809890204271900f6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 7 Jun 2019 19:28:31 +0200 Subject: [PATCH] Fix gulp dependency version (git URL no longer required as 4.0.2 is already published) --- .npmrc | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc 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",