Skip to content

Commit 7143c0b

Browse files
Portugal, Marcelomportuga
authored andcommitted
chore(bump.js): Ensure package-lock.js file is also updated on version bumps.
1 parent 6fa24ea commit 7143c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grunt/bump.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
options: {
3-
files: ['package.json', 'bower.json'],
4-
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md'],
3+
files: ['package.json', 'package-lock.json', 'bower.json'],
4+
commitFiles: ['package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md'],
55
push: false,
66
commitMessage: 'chore: Release v%VERSION%'
77
}

0 commit comments

Comments
 (0)