Skip to content

Commit bcfc3f9

Browse files
committed
fix release command bump
1 parent 6ce545e commit bcfc3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = function(grunt) {
8383
},
8484
bump: {
8585
options: {
86-
files: ['package.json', 'bower.json'],
86+
files: ['package.json'],
8787
updateConfigs: ['pkg'],
8888
commit: true,
8989
commitMessage: 'Release v%VERSION%',

0 commit comments

Comments
 (0)