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 0250320 commit 6f8eb28Copy full SHA for 6f8eb28
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"types": "./index.d.ts",
8
"scripts": {
9
- "test": "ts-standard && tsc && standard && hallmark && nyc tape test/*.js",
+ "test": "tsc && standard && hallmark && nyc tape test/*.js",
10
"test-browsers-local": "airtap --coverage --verbose test/*.js",
11
"coverage": "nyc report -r lcovonly",
12
"hallmark": "hallmark --fix"
@@ -32,7 +32,6 @@
32
"nyc": "^15.1.0",
33
"standard": "^16.0.3",
34
"tape": "^5.3.2",
35
- "ts-standard": "^11.0.0",
36
"typescript": "^4.5.2"
37
},
38
"repository": "Level/transcoder",
0 commit comments