From 1820507653b4a12e68e68e5c52502344e9022749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 25 Oct 2015 11:23:38 +0100 Subject: [PATCH] Fix publish.sh script for latest Node.js --- build/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/publish.sh b/build/publish.sh index 5d182c06..864903b9 100755 --- a/build/publish.sh +++ b/build/publish.sh @@ -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