Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix(nock): include nock as a dependency (#88)
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
Jamie White committed Dec 1, 2020
1 parent 62ef60e commit 38132f0
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 @@ -11,6 +11,7 @@
"@types/sinon": "*",
"lodash": "^4.17.13",
"mock-stdin": "^1.0.0",
"nock": "^13.0.0",
"stdout-stderr": "^0.1.9"
},
"devDependencies": {
Expand All @@ -23,7 +24,6 @@
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^5.2.0",
"nock": "^13.0.0",
"sinon": "^9.0.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.0",
Expand Down

0 comments on commit 38132f0

Please sign in to comment.