Skip to content

Commit 2f878cd

Browse files
author
John Haley
committed
Updated package.json to reflect the new fork
1 parent 6128e13 commit 2f878cd

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

package.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
{
2-
"name": "promise",
3-
"version": "6.0.1",
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
"test": "mocha --timeout 200 --slow 99999",
88
"test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999",
99
"test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
1010
},
11+
"keywords": [
12+
"promise",
13+
"synchronous",
14+
"inspection"
15+
],
1116
"repository": {
1217
"type": "git",
13-
"url": "https://github.com/then/promise.git"
18+
"url": "https://github.com/nodegit/promise.git"
1419
},
1520
"author": "ForbesLindesay",
21+
"contributors": [
22+
{
23+
"name": "John Haley",
24+
"email": "[email protected]"
25+
}
26+
],
1627
"license": "MIT",
1728
"devDependencies": {
1829
"promises-aplus-tests": "*",

0 commit comments

Comments
 (0)