We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0154bf1 commit 1bf7245Copy full SHA for 1bf7245
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nock-sandbox",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Clean up nock on demand, for example after each test. Helper function for mocha is provided.",
5
"main": "index.js",
6
"scripts": {
@@ -19,7 +19,7 @@
19
"author": "Damian Kaczmarek <rush@tenfold.com>",
20
"license": "MIT",
21
"dependencies": {
22
- "mocha-finalize-each": "^1.0.1",
+ "mocha-finalize-each": "^1.0.2",
23
"nock": "^9.0.14"
24
},
25
"devDependencies": {
0 commit comments