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 b0c8454 commit 8834a65Copy full SHA for 8834a65
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint",
10
"lint:fix": "eslint --fix",
11
"lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
12
- "test": "npm run lint && borp -C --check-coverage --reporter=@jsumners/line-reporter && npm run typescript",
+ "test": "npm run lint && borp -C --check-coverage && npm run typescript",
13
"typescript": "tsd"
14
},
15
"repository": {
@@ -58,7 +58,6 @@
58
],
59
"devDependencies": {
60
"@fastify/websocket": "^11.2.0",
61
- "@jsumners/line-reporter": "^1.0.1",
62
"@types/node": "^24.10.1",
63
"@types/ws": "^8.18.1",
64
"borp": "^0.21.0",
0 commit comments