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 e8a897a commit 9cb3585Copy full SHA for 9cb3585
package.json
@@ -7,7 +7,7 @@
7
"main": "index.js",
8
"types": "./index.d.ts",
9
"scripts": {
10
- "test": "standard && ts-standard *.ts && hallmark && (nyc -s node test.js | faucet) && nyc report",
+ "test": "standard && hallmark && (nyc -s node test.js | faucet) && nyc report",
11
"test-browsers": "airtap --coverage --verbose test.js",
12
"test-browsers-local": "airtap --coverage -p local test.js",
13
"coverage": "nyc report -r lcovonly"
@@ -32,9 +32,8 @@
32
"faucet": "^0.0.1",
33
"hallmark": "^4.0.0",
34
"nyc": "^15.1.0",
35
- "standard": "^16.0.3",
+ "standard": "^17.0.0",
36
"tape": "^5.0.1",
37
- "ts-standard": "^11.0.0",
38
"typescript": "^4.5.5"
39
},
40
"repository": {
0 commit comments