Skip to content

Commit

Permalink
chore(bower): (un)publish angular-message-format
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayuk committed Apr 15, 2015
1 parent 7683166 commit f8f07e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bower/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function init {
TMP_DIR=$(resolveDir ../../tmp)
BUILD_DIR=$(resolveDir ../../build)
NEW_VERSION=$(cat $BUILD_DIR/version.txt)
source $(dirname $0)/repos.inc
}


Expand Down Expand Up @@ -115,4 +114,5 @@ function publish {
done
}

source $(dirname $0)/repos.inc
source $(dirname $0)/../utils.inc
2 changes: 1 addition & 1 deletion scripts/bower/unpublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG_DEFS=(

function init {
TMP_DIR=$(resolveDir ../../tmp)
source $(dirname $0)/repos.inc
}

function prepare {
Expand All @@ -39,4 +38,5 @@ function publish {
done
}

source $(dirname $0)/repos.inc
source $(dirname $0)/../utils.inc

0 comments on commit f8f07e8

Please sign in to comment.