Skip to content

Commit 022e15d

Browse files
authored
Merge pull request theturtle32#365 from ipmsteven/moveGulpToDevDep
Move gulp back to dev dependency
2 parents f78487c + 6df5d38 commit 022e15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"dependencies": {
3030
"debug": "^2.2.0",
3131
"nan": "^2.14.0",
32-
"gulp": "^4.0.2",
3332
"typedarray-to-buffer": "^3.1.5",
3433
"yaeti": "^0.0.6"
3534
},
3635
"devDependencies": {
3736
"buffer-equal": "^1.0.0",
3837
"faucet": "^0.0.1",
38+
"gulp": "^4.0.2",
3939
"gulp-jshint": "^2.0.4",
4040
"jshint-stylish": "^2.2.1",
4141
"jshint": "^2.0.0",

0 commit comments

Comments
 (0)