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 ae37806 commit 023c688Copy full SHA for 023c688
package.json
@@ -5,6 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"build": "babel src --out-dir lib",
8
+ "clean": "rimraf lib",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"keywords": [
@@ -24,5 +25,6 @@
24
25
"babel-cli": "^6.18.0",
26
"babel-plugin-transform-object-rest-spread": "^6.20.2",
27
"babel-preset-es2015": "^6.18.0",
28
+ "rimraf": "^2.5.4"
29
}
30
0 commit comments