Skip to content

Commit c165775

Browse files
committed
Merge pull request #7 from tbranyen/master
Upgraded to the new 0.1.4 NodeGit release.
2 parents 6e435de + ad0f704 commit c165775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can see an example on my profile: [https://github.com/mappum](https://github
1313
First, you might need to install some dependencies:
1414

1515
* [node-canvas](https://github.com/LearnBoost/node-canvas/wiki) - (Cairo)
16-
* [nodegit](https://github.com/nodegit/nodegit#user-content-installing-dependencies) - (Python 2, CMake 2.8)
16+
* [nodegit](https://github.com/nodegit/nodegit)
1717

1818
Once those are set up, just do
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"canvas": "~1.1.3",
8-
"nodegit": "~0.1.3",
8+
"nodegit": "~0.1.4",
99
"optimist": "~0.6.1"
1010
},
1111
"devDependencies": {},

0 commit comments

Comments
 (0)