Skip to content

Commit

Permalink
move nock to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
liath committed Feb 15, 2019
1 parent a74ebbc commit d6fbd9a
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 @@ -28,13 +28,13 @@
"test": "jshint **/*.js && tap test/*.js"
},
"devDependencies": {
"nock": "~9",
"jshint": "^2.5.6",
"semver": "^5.0.3",
"tap": "^7.1.2",
"verror": "^1.10.0"
},
"dependencies": {
"nock": "~9",
"object-to-human-string": "0.0.3",
"stack-trace": "0.0.6"
},
Expand Down

0 comments on commit d6fbd9a

Please sign in to comment.