Skip to content

Commit 02490c0

Browse files
committed
chore: remove rimraf
Fixes #5.
1 parent 1430620 commit 02490c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"prepack": "npmignore --auto --commentLines=autogenerated && npm run build",
11-
"build": "rimraf lib && babel src --out-dir lib --copy-files",
11+
"build": "premove lib && babel src --out-dir lib --copy-files",
1212
"create": "node ./scripts/create-rule",
1313
"flow": "flow",
1414
"lint:fix": "npm run lint -- --fix",
@@ -70,7 +70,7 @@
7070
"npmignore": "^0.3.1",
7171
"object.assign": "^4.1.5",
7272
"object.entries": "^1.1.8",
73-
"rimraf": "^3.0.2",
73+
"premove": "^4.0.0",
7474
"safe-publish-latest": "^2.0.0",
7575
"semver": "^6.3.1",
7676
"tape": "^5.9.0",

0 commit comments

Comments
 (0)