Manual bump of package.json (#3345)
This commit is contained in:
parent
bb5da2379b
commit
561f008c91
@ -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>",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user