Skip to content

Commit

Permalink
build: update release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 16, 2016
1 parent 586f459 commit 3ed87ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -52,9 +52,9 @@
},
"scripts": {
"test": "grunt nodeunit",
"bump-major": "grunt bump:major",
"bump-minor": "grunt bump:minor",
"bump-patch": "grunt bump:patch"
"release-major": "grunt release:major",
"release-minor": "grunt release:minor",
"release-patch": "grunt release:patch"
},
"license": "MIT",
"dependencies": {
Expand All @@ -69,7 +69,7 @@
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-changelog": "^1.2.0",
"grunt-npm": "^0.0.2",
"load-grunt-tasks": "^3.5.0"
},
Expand Down

0 comments on commit 3ed87ad

Please sign in to comment.