Skip to content

Commit

Permalink
Merge pull request #7 from tbranyen/master
Browse files Browse the repository at this point in the history
Upgraded to the new 0.1.4 NodeGit release.
  • Loading branch information
mappum committed Jun 14, 2014
2 parents 6e435de + ad0f704 commit c165775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can see an example on my profile: [https://github.com/mappum](https://github
First, you might need to install some dependencies:

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

Once those are set up, just do

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"canvas": "~1.1.3",
"nodegit": "~0.1.3",
"nodegit": "~0.1.4",
"optimist": "~0.6.1"
},
"devDependencies": {},
Expand Down

0 comments on commit c165775

Please sign in to comment.