Skip to content

Commit

Permalink
Remove updating of version key in bower.json from release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Aug 3, 2015
1 parent 6c8eb68 commit 2b4221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var config = {
releaseMessage: 'Release {{ version }}',
backToDevMessage: 'Bump to dev version',
bumpType: 'patch',
files: ['package.json', 'bower.json'],
files: ['package.json'],
readmeFile: 'README.md',

// Banner to insert in beginning of distributables
Expand Down

0 comments on commit 2b4221c

Please sign in to comment.