Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 15, 2018
1 parent cfbc2f2 commit 38a3035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/nervos-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervos/chain",
"version": "0.17.21",
"version": "0.17.22",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/nervos.js/tree/master/packages/nervos-chain",
"author": "Keith <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^2.8.4"
},
"dependencies": {
"@nervos/signer": "^1.0.35",
"@nervos/signer": "^1.0.36",
"web3": "^1.0.0-beta.34"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nervos-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervos/signer",
"version": "1.0.35",
"version": "1.0.36",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/nervos.js/tree/master/packages/nervos-signer",
"author": "Keith <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-web/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "neuron-web",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
"@nervos/chain": "^0.17.21",
"@nervos/chain": "^0.17.22",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
Expand Down

0 comments on commit 38a3035

Please sign in to comment.