Skip to content

Commit

Permalink
fix(ts): fix nock @~11.0.0 (#819)
Browse files Browse the repository at this point in the history
* fix(types): use any types for nock

* fix nock ~11.0.0

* reverty
  • Loading branch information
jkwlui authored Aug 21, 2019
1 parent 0eb689f commit 48f9b44
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 @@ -106,7 +106,7 @@
"jsdoc-fresh": "^1.0.1",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nock": "^11.0.0",
"nock": "~11.0.0",
"node-fetch": "^2.2.0",
"normalize-newline": "^3.0.0",
"nyc": "^14.0.0",
Expand Down

0 comments on commit 48f9b44

Please sign in to comment.