remove duplicated repository in package.js

This commit is contained in:
Braydon Fuller 2014-10-20 18:36:13 -04:00
parent 9b18c36b03
commit 1bddf91c3a
1 changed files with 0 additions and 5 deletions

View File

@ -20,10 +20,6 @@
"email": "gordon@bitpay.com" "email": "gordon@bitpay.com"
} }
], ],
"repository": {
"url": "git@github.com:bitpay/bitauth.git",
"type": "git"
},
"scripts": { "scripts": {
"make-dist": "sh scripts/make-dist.sh", "make-dist": "sh scripts/make-dist.sh",
"test": "mocha test/*.js --reporter spec", "test": "mocha test/*.js --reporter spec",
@ -31,7 +27,6 @@
}, },
"main": "index.js", "main": "index.js",
"version": "0.1.1", "version": "0.1.1",
"repository": "https://github.com/bitpay/bitauth.git",
"dependencies": { "dependencies": {
"bitcore": "0.1.32", "bitcore": "0.1.32",
"request": "^2.36.0", "request": "^2.36.0",