Adjust publish script to reflect change in bower.json

This commit is contained in:
Jürg Lehni 2015-06-23 16:22:20 +02:00
parent 4e2fba660d
commit b58dd84501

View file

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