Fix publish.sh script for latest Node.js

This commit is contained in:
Jürg Lehni 2015-10-25 11:23:38 +01:00
parent 238801e485
commit 1820507653

View file

@ -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