Skip to content

Commit

Permalink
Remove bower.json from bump commit files
Browse files Browse the repository at this point in the history
  • Loading branch information
aetheon committed Jul 25, 2015
1 parent e51a5d1 commit cb3376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grunt-tasks/bump.js
Expand Up @@ -7,7 +7,7 @@ var bump = {
updateConfigs: [],
commit: true,
commitMessage: 'Release v%VERSION%',
commitFiles: [ 'package.json','bower.json' ],
commitFiles: [ 'package.json' ],
createTag: true,
tagName: 'v%VERSION%',
tagMessage: 'Version %VERSION%',
Expand Down

0 comments on commit cb3376f

Please sign in to comment.