Skip to content

Commit 9cb3585

Browse files
committed
Bump standard to 17 and remove ts-standard
1 parent e8a897a commit 9cb3585

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"types": "./index.d.ts",
99
"scripts": {
10-
"test": "standard && ts-standard *.ts && hallmark && (nyc -s node test.js | faucet) && nyc report",
10+
"test": "standard && hallmark && (nyc -s node test.js | faucet) && nyc report",
1111
"test-browsers": "airtap --coverage --verbose test.js",
1212
"test-browsers-local": "airtap --coverage -p local test.js",
1313
"coverage": "nyc report -r lcovonly"
@@ -32,9 +32,8 @@
3232
"faucet": "^0.0.1",
3333
"hallmark": "^4.0.0",
3434
"nyc": "^15.1.0",
35-
"standard": "^16.0.3",
35+
"standard": "^17.0.0",
3636
"tape": "^5.0.1",
37-
"ts-standard": "^11.0.0",
3837
"typescript": "^4.5.5"
3938
},
4039
"repository": {

0 commit comments

Comments
 (0)