Skip to content

Commit b8bb2b2

Browse files
committed
Remove unused script
1 parent 2c98ee2 commit b8bb2b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
6262
"test-api": "node test.js",
6363
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
64-
"test-types": "dtslint types",
6564
"test": "npm run build && npm run format && npm run test-coverage"
6665
},
6766
"prettier": {

0 commit comments

Comments
 (0)