Skip to content

Commit 3b60b20

Browse files
committed
Remove unneeded dev-dependency
1 parent 3c78c80 commit 3b60b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@
5858
"recast": "^0.22.0",
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
61-
"rimraf": "^3.0.0",
6261
"tape": "^5.0.0",
6362
"type-coverage": "^2.0.0",
6463
"typescript": "^4.0.0",
6564
"xo": "^0.53.0"
6665
},
6766
"scripts": {
6867
"prepack": "npm run build && npm run format",
69-
"build": "rimraf \"lib/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
68+
"build": "tsc --build --clean && tsc --build && type-coverage",
7069
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
7170
"test-api": "node --conditions development test.js",
7271
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",

0 commit comments

Comments
 (0)