Skip to content

Commit

Permalink
Remove ts-standard (#92)
Browse files Browse the repository at this point in the history
Not helpful.

Category: none
  • Loading branch information
vweevers authored Dec 9, 2024
1 parent bbcfb04 commit c07b5bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "standard && ts-standard *.ts types/*.ts && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report",
"test": "standard && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report",
"test-pessimistic": "node test/self.js | tap-arc -pv",
"test-browsers": "airtap --coverage test/self.js",
"test-electron": "airtap -p electron --coverage test/self.js | tap-arc",
Expand Down Expand Up @@ -44,7 +44,6 @@
"standard": "^17.1.2",
"tap-arc": "^1.3.2",
"tape": "^5.9.0",
"ts-standard": "^12.0.2",
"typescript": "^5.6.3"
},
"repository": {
Expand Down

0 comments on commit c07b5bf

Please sign in to comment.