Add release scripts
This commit is contained in:
parent
a6fc752871
commit
f4143827f8
@ -22,5 +22,11 @@
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"underscore": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"bump": "npm version patch",
|
||||
"bump:major": "npm version major",
|
||||
"bump:minor": "npm version minor",
|
||||
"postversion": "git push origin master --follow-tags"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user