Skip to content

Commit

Permalink
Merge pull request #84 from kimmobrunfeldt/pr/78
Browse files Browse the repository at this point in the history
Remove moot `version` property from bower.json
  • Loading branch information
kimmobrunfeldt committed Aug 3, 2015
2 parents 45323ea + 2b4221c commit b5b6692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "progressbar.js",
"main": "dist/progressbar.js",
"version": "0.8.1-dev",
"homepage": "https://github.com/kimmobrunfeldt/progressbar.js",
"authors": [
"Kimmo Brunfeldt <[email protected]>"
Expand Down Expand Up @@ -32,4 +31,4 @@
"test",
"tests"
]
}
}
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 b5b6692

Please sign in to comment.