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

@ -1,6 +1,6 @@
{
"name": "parity.js",
"version": "0.2.24",
"version": "0.2.26",
"main": "release/index.js",
"jsnext:main": "src/index.js",
"author": "Parity Team <admin@parity.io>",

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