Skip to content

Commit

Permalink
Add version script for bumping by marp-team common script
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Feb 12, 2019
1 parent 1600747 commit b6317a6
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 @@ -40,7 +40,8 @@
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:coverage": "jest --coverage",
"types": "rimraf types && tsc --declaration --emitDeclarationOnly --outDir types"
"types": "rimraf types && tsc --declaration --emitDeclarationOnly --outDir types",
"version": "curl https://raw.githubusercontent.com/marp-team/marp/master/version.js | node && git add -A CHANGELOG.md"
},
"dependencies": {
"camelcase": "^5.0.0",
Expand Down

0 comments on commit b6317a6

Please sign in to comment.