Skip to content

Commit 2057088

Browse files
committed
Renamed test files, added libgit2 to vendors, updated package.json
1 parent ecb9c3c commit 2057088

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "vendor/rimraf"]
55
path = vendor/rimraf
66
url = git://github.com/isaacs/rimraf.git
7+
[submodule "vendor/libgit2"]
8+
path = vendor/libgit2
9+
url = git://github.com/libgit2/libgit2.git

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "libgit2",
3-
"description": "libgit2 bindings",
4-
"version": "0.0.1",
5-
"homepage": "https://github.com/tjfontaine/node-libgit2",
6-
"author": "Timothy J Fontaine <tjfontaine@gmail.com>",
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/tjfontaine/node-libgit2"
2+
'name': 'nodegit2',
3+
'description': 'NodeJS libgit2 asynchronous native bindings',
4+
'version': '0.0.1',
5+
'homepage': 'https://github.com/tbranyen/nodegit2',
6+
'author': 'Tim Branyen <tim@tabdeveloper.com>',
7+
'repository': {
8+
'type': 'git',
9+
'url': 'git://github.com/tbranyen/nodegit2'
1010
},
11-
"main": "./lib/index.js",
12-
"directories": {
13-
"lib": "lib",
11+
'main': './lib/index.js',
12+
'directories': {
13+
'lib': 'lib',
1414
},
15-
"engines": {
16-
"node": "*"
15+
'engines': {
16+
'node': '*'
1717
},
1818
dependencies: {
19-
"node-ffi": "*"
19+
// 'node-ffi': '*'
2020
}
2121
}
File renamed without changes.
File renamed without changes.

vendor/libgit2

Submodule libgit2 added at 874c3b6

0 commit comments

Comments
 (0)