Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit de383ba

Browse files
author
Gustavo Henke
committed
Create npm scripts to bump version
1 parent 1e60f29 commit de383ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"node": ">= 0.10.0"
4242
},
4343
"scripts": {
44-
"test": "grunt test"
44+
"test": "grunt test",
45+
"bump": "npm version patch -m \"Release v%s\"",
46+
"bump-minor": "npm version minor -m \"Release v%s\""
4547
},
4648
"files": [
4749
"tasks",

0 commit comments

Comments
 (0)