Skip to content

Commit 7b3adf7

Browse files
committed
Add repository to package json to squelch warnings
1 parent 2a57b62 commit 7b3adf7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promisify-node",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Wrap Node-callback functions to return Promises.",
55
"main": "index.js",
66
"dependencies": {
@@ -10,6 +10,10 @@
1010
"mocha": "~1.18.2",
1111
"istanbul": "~0.2.7"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/nodegit/promisify-node.git"
16+
},
1317
"scripts": {
1418
"test": "istanbul cover _mocha -- test"
1519
},

0 commit comments

Comments
 (0)