Skip to content

Commit

Permalink
Prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kentandersen committed Mar 13, 2018
1 parent c4288c0 commit 9d4c484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"lint": "eslint src/ example/",
"flow": "flow",
"transpile": "babel src --out-dir lib --copy-files"
"transpile": "rm -rf lib && babel src --out-dir lib --copy-files",
"prepublishOnly": "npm run transpile"
},
"dependencies": {
"clean-deep": "^3.0.2",
Expand Down

0 comments on commit 9d4c484

Please sign in to comment.