Commit 74b81053 by Swaagie

[fix] add repository field

parent 41eda8ad
...@@ -7,7 +7,10 @@ ...@@ -7,7 +7,10 @@
"scripts": { "scripts": {
"test": "API_KEY=506d9c8a7aafae5a NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')" "test": "API_KEY=506d9c8a7aafae5a NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')"
}, },
"repository": "", "repository": {
"type": "git",
"url": "git@github.com:observing/fullcontact.git"
},
"author": "Arnout Kazemier <opensource@observe.it>", "author": "Arnout Kazemier <opensource@observe.it>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment