Skip to content

Commit d04a5a9

Browse files
committed
v1.0.2
1 parent 166930c commit d04a5a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "on-http-end",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Allows to capture HTTP response content and headers on request end.",
55
"main": "index.js",
66
"scripts": {
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/jkyberneees/on-http-end#readme",
2525
"devDependencies": {
2626
"chai": "^4.2.0",
27-
"mocha": "^6.2.2",
28-
"nyc": "^15.0.0",
29-
"standard": "^14.3.1"
27+
"mocha": "^7.1.1",
28+
"nyc": "^15.0.1",
29+
"standard": "^14.3.3"
3030
}
3131
}

0 commit comments

Comments
 (0)