Skip to content

Commit

Permalink
fix: move debug to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 14, 2018
1 parent 575e212 commit 24358e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"test": "test"
},
"dependencies": {
"buffer-equal-constant-time": "^1.0.1"
"buffer-equal-constant-time": "^1.0.1",
"debug": "^3.1.0"
},
"devDependencies": {
"axios": "^0.18.0",
"coveralls": "^3.0.0",
"debug": "^3.1.0",
"get-port": "^3.2.0",
"pify": "^3.0.0",
"proxyquire": "^2.0.0",
Expand Down

0 comments on commit 24358e4

Please sign in to comment.