Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 20, 2017
1 parent bb5ce84 commit 8074a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PACK_DIR=package;
publish() {
cd $PACK_DIR
echo 'Publishing to npm...'
# npm publish *.tgz
npm publish *.tgz
}

./pack.sh && publish

0 comments on commit 8074a08

Please sign in to comment.