Skip to content

Commit 9d2faa7

Browse files
authored
Remove unused gulp-exec dependency (#139)
1 parent 8cc0e09 commit 9d2faa7

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
var gulp = require('gulp');
44
var jshint = require('gulp-jshint');
5-
var exec = require('gulp-exec');
65
var stylish = require('jshint-stylish');
76
var browserify = require('gulp-browserify');
87
var uglify = require('gulp-uglify');

package-lock.json

Lines changed: 0 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"gulp": "^4.0.0",
3232
"gulp-browserify": "^0.5.1",
3333
"gulp-coveralls": "^0.1.4",
34-
"gulp-exec": "^3.0.1",
3534
"gulp-istanbul": "^1.1.3",
3635
"gulp-jshint": "^2.0.0",
3736
"gulp-mocha": "^5.0.0",

0 commit comments

Comments
 (0)