Manual bump of package.json (#3345)

This commit is contained in:
Jaco Greeff
2016-11-10 15:01:07 +01:00
committed by GitHub
parent bb5da2379b
commit 561f008c91
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ if [ "$BRANCH" == "master" ]; then
echo "*** Publishing $PACKAGE to npmjs"
cd .npmjs
npm publish --access public
npm publish --access public || true
cd ../..
fi