Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"clean": "rm -rf lib",
"build": "babel src -d lib",
"preversion": "npm run lint && npm run test",
"version": "babel-node src/index.js -p && git add CHANGELOG.md",
"version": "babel-node src/index.js --package && git add CHANGELOG.md",
"prepublish": "npm run clean && npm run build",
"postpublish": "npm run clean"
},

0 comments on commit f849dac

Please sign in to comment.