Skip to content

Commit bc7768c

Browse files
author
John Haley
committed
Updated package.json to reflect the new fork
1 parent 33875c1 commit bc7768c

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "promise",
3-
"version": "7.0.0",
4-
"description": "Bare bones Promises/A+ implementation",
2+
"name": "nodegit-promise",
3+
"version": "1.0.0",
4+
"description": "Bare bones Promises/A+ implementation with synchronous inspection",
55
"main": "index.js",
66
"scripts": {
77
"prepublish": "node build",
@@ -14,11 +14,22 @@
1414
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
1515
"test-memory-leak": "node --expose-gc test/memory-leak.js"
1616
},
17+
"keywords": [
18+
"promise",
19+
"synchronous",
20+
"inspection"
21+
],
1722
"repository": {
1823
"type": "git",
19-
"url": "https://github.com/then/promise.git"
24+
"url": "https://github.com/nodegit/promise.git"
2025
},
2126
"author": "ForbesLindesay",
27+
"contributors": [
28+
{
29+
"name": "John Haley",
30+
"email": "[email protected]"
31+
}
32+
],
2233
"license": "MIT",
2334
"devDependencies": {
2435
"acorn": "^1.0.1",
@@ -30,4 +41,4 @@
3041
"dependencies": {
3142
"asap": "~2.0.1"
3243
}
33-
}
44+
}

0 commit comments

Comments
 (0)