We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166930c commit d04a5a9Copy full SHA for d04a5a9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "on-http-end",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Allows to capture HTTP response content and headers on request end.",
5
"main": "index.js",
6
"scripts": {
@@ -24,8 +24,8 @@
24
"homepage": "https://github.com/jkyberneees/on-http-end#readme",
25
"devDependencies": {
26
"chai": "^4.2.0",
27
- "mocha": "^6.2.2",
28
- "nyc": "^15.0.0",
29
- "standard": "^14.3.1"
+ "mocha": "^7.1.1",
+ "nyc": "^15.0.1",
+ "standard": "^14.3.3"
30
}
31
0 commit comments