We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a57b62 commit 7b3adf7Copy full SHA for 7b3adf7
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "promisify-node",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Wrap Node-callback functions to return Promises.",
5
"main": "index.js",
6
"dependencies": {
@@ -10,6 +10,10 @@
10
"mocha": "~1.18.2",
11
"istanbul": "~0.2.7"
12
},
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/nodegit/promisify-node.git"
16
+ },
17
"scripts": {
18
"test": "istanbul cover _mocha -- test"
19
0 commit comments