Add release scripts

This commit is contained in:
IagoLast 2018-05-10 16:12:38 +02:00
parent a6fc752871
commit f4143827f8

View File

@ -22,5 +22,11 @@
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"underscore": "*" "underscore": "*"
},
"scripts": {
"bump": "npm version patch",
"bump:major": "npm version major",
"bump:minor": "npm version minor",
"postversion": "git push origin master --follow-tags"
} }
} }