Skip to content

Commit 023c688

Browse files
author
Artur Charaev
committed
clean script
1 parent ae37806 commit 023c688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"build": "babel src --out-dir lib",
8+
"clean": "rimraf lib",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"keywords": [
@@ -24,5 +25,6 @@
2425
"babel-cli": "^6.18.0",
2526
"babel-plugin-transform-object-rest-spread": "^6.20.2",
2627
"babel-preset-es2015": "^6.18.0",
28+
"rimraf": "^2.5.4"
2729
}
2830
}

0 commit comments

Comments
 (0)