Skip to content

Commit

Permalink
Rename component.json to bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed May 9, 2013
1 parent 013655c commit 4c06171
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ coverage/
# we also keep the src/ folder in case the user still needs the AMD modules
# after build (see issue #102)

component.json
bower.json
build.js
File renamed without changes.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function release(version){
var remote = require('./package.json').repository.url;

updateJsonVersion('./package.json', version);
updateJsonVersion('./component.json', version);
updateJsonVersion('./bower.json', version);
updateChangelog('./CHANGELOG.md', version);

_helpers.shellSeries([
Expand Down

0 comments on commit 4c06171

Please sign in to comment.