Skip to content

Commit 177f608

Browse files
author
John Haley
committed
Bump to nodegit-promise 3.0.0
1 parent b165a39 commit 177f608

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

package.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "promise",
3-
"version": "7.0.4",
4-
"description": "Bare bones Promises/A+ implementation",
2+
"name": "nodegit-promise",
3+
"version": "3.0.0",
4+
"description": "Bare bones Promises/A+ implementation with synchronous inspection",
55
"main": "index.js",
66
"scripts": {
77
"prepublish": "node build",
@@ -15,11 +15,26 @@
1515
"test-memory-leak": "node --expose-gc test/memory-leak.js",
1616
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot"
1717
},
18+
"keywords": [
19+
"promise",
20+
"synchronous",
21+
"inspection"
22+
],
1823
"repository": {
1924
"type": "git",
20-
"url": "https://github.com/then/promise.git"
25+
"url": "https://github.com/nodegit/promise.git"
2126
},
2227
"author": "ForbesLindesay",
28+
"contributors": [
29+
{
30+
"name": "John Haley",
31+
"email": "[email protected]"
32+
},
33+
{
34+
"name": "Max Korp",
35+
"email": "[email protected]",
36+
}
37+
],
2338
"license": "MIT",
2439
"devDependencies": {
2540
"acorn": "^1.0.1",

0 commit comments

Comments
 (0)