Skip to content

Commit

Permalink
chore: Add repository info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Jul 26, 2019
1 parent 991b019 commit 57933ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"email": "dev@nervos.org",
"url": "https://github.com/nervosnetwork/neuron"
},
"repository": {
"type" : "git",
"url" : "https://github.com/nervosnetwork/neuron"
},
"license": "MIT",
"engines": {
"node": ">= 12.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"email": "dev@nervos.org",
"url": "https://github.com/nervosnetwork/neuron"
},
"repository": {
"type" : "git",
"url" : "https://github.com/nervosnetwork/neuron"
},
"homepage": "./",
"main": "./build",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"email": "dev@nervos.org",
"url": "https://github.com/nervosnetwork/neuron"
},
"repository": {
"type" : "git",
"url" : "https://github.com/nervosnetwork/neuron"
},
"main": "dist/main.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 57933ff

Please sign in to comment.