Skip to content

Commit

Permalink
fix: change debug dep to be as part of dependencies and not devDepend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
orkamara committed Jun 12, 2018
1 parent 2d580ac commit 06d89a5
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 @@ -22,14 +22,14 @@
"nock": "^9.2.3",
"semantic-release": "^6.3.6",
"tap": "^11.1.3",
"debug": "^3.1.0",
"tap-only": "0.0.5"
},
"dependencies": {
"ci-info": "^1.1.3",
"fs-extra": "^5.0.0",
"pkginfo": "^0.4.1",
"progress": "^2.0.0",
"debug": "^3.1.0",
"request": "^2.85.0"
},
"publishConfig": {
Expand Down

0 comments on commit 06d89a5

Please sign in to comment.