Skip to content

Commit

Permalink
lock down range to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 18, 2014
1 parent 0b706f1 commit 20ac852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pull() {

version() {
if [ -e "bower.json" ]; then
node $VERSIONSCRIPT "$PWD/bower.json" ">=0.4.0 <1.0.0"
node $VERSIONSCRIPT "$PWD/bower.json" "^0.4.0"
fi
}

Expand Down Expand Up @@ -248,4 +248,4 @@ release() {
popd >/dev/null
}

release
release

0 comments on commit 20ac852

Please sign in to comment.