From b58dd84501b2d8d7d489448fca94c56a40f7ae11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 23 Jun 2015 16:22:20 +0200 Subject: [PATCH] Adjust publish script to reflect change in bower.json --- build/publish.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/publish.sh b/build/publish.sh index e50bd94b..72f845d9 100755 --- a/build/publish.sh +++ b/build/publish.sh @@ -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