Added github repo to package.json.

This commit is contained in:
ricmoo 2016-08-10 14:30:33 -04:00
parent 72424ea2d2
commit 351d1a2dad

@ -1,6 +1,6 @@
{ {
"name": "ethers-wallet", "name": "ethers-wallet",
"version": "0.0.11", "version": "0.0.12",
"description": "Ethereum wallet library.", "description": "Ethereum wallet library.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -40,5 +40,9 @@
"wallet" "wallet"
], ],
"author": "Richard Moore <me@ricmoo.com>", "author": "Richard Moore <me@ricmoo.com>",
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers-wallet.git"
},
"license": "MIT" "license": "MIT"
} }