Skip to content

Commit

Permalink
Add grunt-bunmp dependency so that we can bump versions with one command
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanwijk committed Aug 18, 2015
1 parent 136e3b2 commit 58d0649
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ module.exports = function (grunt) {
files: ['Gruntfile.js', '<%= paths.src %>/**/*.js', '<%= paths.test %>/spec/**/*.js'],
tasks: ['test']
}
},
bump: {
options: {
files: ['package.json', 'bower.json'],
commitFiles: ['package.json', 'bower.json'],
commitMessage: 'Bump version to v%VERSION%',
push: false
}
}
});

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
Expand Down

0 comments on commit 58d0649

Please sign in to comment.