mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix publish.sh script for latest Node.js
This commit is contained in:
parent
238801e485
commit
1820507653
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ cd $PAPER_DIR/build
|
|||
cd $PAPER_DIR
|
||||
echo "Commiting Version"
|
||||
# Update versions
|
||||
update_version 'package.json'
|
||||
update_version 'component.json'
|
||||
update_version './package.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
|
||||
|
|
Loading…
Reference in a new issue