Manual bump of package.json (#3345)
This commit is contained in:
parent
bb5da2379b
commit
561f008c91
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parity.js",
|
"name": "parity.js",
|
||||||
"version": "0.2.24",
|
"version": "0.2.26",
|
||||||
"main": "release/index.js",
|
"main": "release/index.js",
|
||||||
"jsnext:main": "src/index.js",
|
"jsnext:main": "src/index.js",
|
||||||
"author": "Parity Team <admin@parity.io>",
|
"author": "Parity Team <admin@parity.io>",
|
||||||
|
@ -63,7 +63,7 @@ if [ "$BRANCH" == "master" ]; then
|
|||||||
|
|
||||||
echo "*** Publishing $PACKAGE to npmjs"
|
echo "*** Publishing $PACKAGE to npmjs"
|
||||||
cd .npmjs
|
cd .npmjs
|
||||||
npm publish --access public
|
npm publish --access public || true
|
||||||
cd ../..
|
cd ../..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user