Skip to content

Commit 76c7c92

Browse files
committed
v
1 parent 62a98f7 commit 76c7c92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/sctp/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "werift-sctp",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "SCTP protocol implementation for Node.js written in TypeScript.",
55
"homepage": "https://github.com/shinyoshiaki/werift-sctp",
66
"repository": {
@@ -24,7 +24,6 @@
2424
"format": "biome check --write src",
2525
"server": "ts-node --files --project tsconfig.json examples/server.ts",
2626
"test": "npm run type && vitest run ./tests",
27-
"test:open-handles": "tsx --tsconfig ./tsconfig.json ./tests/open-handles-check.ts",
2827
"type": "tsc --noEmit -p .",
2928
"unused": "organize-imports-cli **/*.ts",
3029
"upgrade-interactive": "npx npm-check-updates -i"
@@ -37,4 +36,4 @@
3736
"node": ">=10"
3837
},
3938
"readme": "README.md"
40-
}
39+
}

0 commit comments

Comments
 (0)