Skip to content

Commit 20f4a34

Browse files
committed
Remove broken ts-standard devDependency
1 parent 232b61c commit 20f4a34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "./index.d.ts",
88
"scripts": {
99
"install": "node-gyp-build",
10-
"test": "standard && ts-standard *.ts && (nyc -s tape test/*-test.js | faucet) && nyc report",
10+
"test": "standard && (nyc -s tape test/*-test.js | faucet) && nyc report",
1111
"test-gc": "node --expose-gc test/gc.js",
1212
"test-electron": "electron test/electron.js",
1313
"test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t",
@@ -55,7 +55,6 @@
5555
"standard": "^17.0.0",
5656
"tape": "^5.5.0",
5757
"tempy": "^1.0.1",
58-
"ts-standard": "^11.0.0",
5958
"typescript": "^4.5.5"
6059
},
6160
"gypfile": true,

0 commit comments

Comments
 (0)