Skip to content

Commit c457a2e

Browse files
author
Zeno Rocha
committed
Remove package.json bumping
1 parent e0900e9 commit c457a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ module.exports = function(grunt) {
1717

1818
bump: {
1919
options: {
20-
files: ['bower.json', 'package.json'],
20+
files: ['bower.json'],
2121
commit: true,
2222
commitMessage: 'Release v%VERSION%',
23-
commitFiles: ['bower.json', 'package.json'],
23+
commitFiles: ['bower.json'],
2424
createTag: true,
2525
tagName: '%VERSION%',
2626
tagMessage: '',

0 commit comments

Comments
 (0)