Skip to content

Commit c07b5bf

Browse files
authored
Remove ts-standard (#92)
Not helpful. Category: none
1 parent bbcfb04 commit c07b5bf

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": "standard && ts-standard *.ts types/*.ts && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report",
9+
"test": "standard && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report",
1010
"test-pessimistic": "node test/self.js | tap-arc -pv",
1111
"test-browsers": "airtap --coverage test/self.js",
1212
"test-electron": "airtap -p electron --coverage test/self.js | tap-arc",
@@ -44,7 +44,6 @@
4444
"standard": "^17.1.2",
4545
"tap-arc": "^1.3.2",
4646
"tape": "^5.9.0",
47-
"ts-standard": "^12.0.2",
4847
"typescript": "^5.6.3"
4948
},
5049
"repository": {

0 commit comments

Comments
 (0)