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.
ts-standard
1 parent 232b61c commit 20f4a34Copy full SHA for 20f4a34
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"types": "./index.d.ts",
8
"scripts": {
9
"install": "node-gyp-build",
10
- "test": "standard && ts-standard *.ts && (nyc -s tape test/*-test.js | faucet) && nyc report",
+ "test": "standard && (nyc -s tape test/*-test.js | faucet) && nyc report",
11
"test-gc": "node --expose-gc test/gc.js",
12
"test-electron": "electron test/electron.js",
13
"test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t",
@@ -55,7 +55,6 @@
55
"standard": "^17.0.0",
56
"tape": "^5.5.0",
57
"tempy": "^1.0.1",
58
- "ts-standard": "^11.0.0",
59
"typescript": "^4.5.5"
60
},
61
"gypfile": true,
0 commit comments