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.
1 parent bbcfb04 commit c07b5bfCopy full SHA for c07b5bf
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"types": "./index.d.ts",
8
"scripts": {
9
- "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",
10
"test-pessimistic": "node test/self.js | tap-arc -pv",
11
"test-browsers": "airtap --coverage test/self.js",
12
"test-electron": "airtap -p electron --coverage test/self.js | tap-arc",
@@ -44,7 +44,6 @@
44
"standard": "^17.1.2",
45
"tap-arc": "^1.3.2",
46
"tape": "^5.9.0",
47
- "ts-standard": "^12.0.2",
48
"typescript": "^5.6.3"
49
},
50
"repository": {
0 commit comments