From b6317a68ca694503503241f3157ba7e77552b514 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 12 Feb 2019 20:01:38 +0900 Subject: [PATCH] Add version script for bumping by marp-team common script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e489d7..5a32543 100644 --- a/package.json +++ b/package.json @@ -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",