Added repo to package.json.
This commit is contained in:
parent
88b48738cc
commit
f77d5ff909
@ -2,6 +2,10 @@
|
|||||||
"name": "ethers-wallet",
|
"name": "ethers-wallet",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Wallet and signing library for Ethereum.",
|
"description": "Wallet and signing library for Ethereum.",
|
||||||
|
"bugs": {
|
||||||
|
"url": "http://github.com/ethers-io/ethers.js/issues",
|
||||||
|
"email": "github@ricmoo.com"
|
||||||
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Please run the tests from Ethers root\" && exit 1"
|
"test": "echo \"Please run the tests from Ethers root\" && exit 1"
|
||||||
@ -25,6 +29,10 @@
|
|||||||
"signing",
|
"signing",
|
||||||
"signer"
|
"signer"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
|
},
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user