schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "timed-out",
"version": "2.0.0",
"version": "4.0.1",
"description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
"license": "MIT",
"repository": "floatdrop/timed-out",
@@ -12,7 +12,7 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
"test": "xo && mocha"
},
"files": [
"index.js"
@@ -30,6 +30,7 @@
"simple"
],
"devDependencies": {
"mocha": "*"
"mocha": "*",
"xo": "^0.16.0"
}
}