Skip to content

Commit

Permalink
Merge pull request #365 from ipmsteven/moveGulpToDevDep
Browse files Browse the repository at this point in the history
Move gulp back to dev dependency
  • Loading branch information
theturtle32 authored Aug 1, 2019
2 parents f78487c + 6df5d38 commit 022e15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"dependencies": {
"debug": "^2.2.0",
"nan": "^2.14.0",
"gulp": "^4.0.2",
"typedarray-to-buffer": "^3.1.5",
"yaeti": "^0.0.6"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"faucet": "^0.0.1",
"gulp": "^4.0.2",
"gulp-jshint": "^2.0.4",
"jshint-stylish": "^2.2.1",
"jshint": "^2.0.0",
Expand Down

1 comment on commit 022e15d

@atoikka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! Is there a timeline for the .30 package? @theturtle32

Please sign in to comment.