Skip to content

Commit

Permalink
Add Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Feb 21, 2016
1 parent 840f8bf commit ba2ac9e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"breakpoint"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch"
},
"repository": {
"type": "git",
Expand All @@ -35,6 +38,9 @@
"diff": "^1.2.1",
"fs-extra": "^0.14.0",
"glob": "^4.3.2",
"node-sass": "^3.0.0"
"node-sass": "^3.0.0",
"nodegit": "^0.11.2",
"semver": "^5.1.0",
"yargs": "^4.1.0"
}
}

0 comments on commit ba2ac9e

Please sign in to comment.