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 1430620 commit 02490c0Copy full SHA for 02490c0
package.json
@@ -8,7 +8,7 @@
8
],
9
"scripts": {
10
"prepack": "npmignore --auto --commentLines=autogenerated && npm run build",
11
- "build": "rimraf lib && babel src --out-dir lib --copy-files",
+ "build": "premove lib && babel src --out-dir lib --copy-files",
12
"create": "node ./scripts/create-rule",
13
"flow": "flow",
14
"lint:fix": "npm run lint -- --fix",
@@ -70,7 +70,7 @@
70
"npmignore": "^0.3.1",
71
"object.assign": "^4.1.5",
72
"object.entries": "^1.1.8",
73
- "rimraf": "^3.0.2",
+ "premove": "^4.0.0",
74
"safe-publish-latest": "^2.0.0",
75
"semver": "^6.3.1",
76
"tape": "^5.9.0",
0 commit comments