mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Adjust publish script to reflect change in bower.json
This commit is contained in:
parent
4e2fba660d
commit
b58dd84501
1 changed files with 0 additions and 2 deletions
|
@ -39,12 +39,10 @@ cd $PAPER_DIR
|
|||
echo "Commiting Version"
|
||||
# Update versions
|
||||
update_version 'package.json'
|
||||
update_version 'bower.json'
|
||||
update_version 'component.json'
|
||||
# Add changed json configuration files
|
||||
git add -u src/options.js # Commit as well, since it was manually bumped.
|
||||
git add -u package.json
|
||||
git add -u bower.json
|
||||
git add -u component.json
|
||||
# Add all changed files in dist
|
||||
git add -u dist
|
||||
|
|
Loading…
Reference in a new issue