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 249829d commit 30f6d7eCopy full SHA for 30f6d7e
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"test": "babel-tape-runner test/*.js | tap-spec",
8
- "prepublish": "rm -rf lib && babel src --out-dir lib",
+ "prepublish": "babel src --out-dir lib",
9
"postpublish": "rm -rf lib"
10
},
11
"repository": {
0 commit comments