Skip to content

Commit 6f8eb28

Browse files
committed
Remove broken ts-standard devDependency
1 parent 0250320 commit 6f8eb28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"types": "./index.d.ts",
88
"scripts": {
9-
"test": "ts-standard && tsc && standard && hallmark && nyc tape test/*.js",
9+
"test": "tsc && standard && hallmark && nyc tape test/*.js",
1010
"test-browsers-local": "airtap --coverage --verbose test/*.js",
1111
"coverage": "nyc report -r lcovonly",
1212
"hallmark": "hallmark --fix"
@@ -32,7 +32,6 @@
3232
"nyc": "^15.1.0",
3333
"standard": "^16.0.3",
3434
"tape": "^5.3.2",
35-
"ts-standard": "^11.0.0",
3635
"typescript": "^4.5.2"
3736
},
3837
"repository": "Level/transcoder",

0 commit comments

Comments
 (0)