Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NodeGit

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodegit/nodegit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**Stable: 0.2.6**
**Stable: 0.2.7**

## Maintained by ##
Tim Branyen [@tbranyen](http://twitter.com/tbranyen), John Haley [@johnhaley81](http://twitter.com/johnhaley81), and Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp) with help from [awesome contributors](https://github.com/nodegit/nodegit/contributors)!
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 8 package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.2.6",
"version": "0.2.7",
"libgit2": {
"sha": "bce9484813ad6aa3d365b11d5f6171e7f33cbbc5",
"version": "0.21.4"
"sha": "d853fb9f24e0fe63b3dce9fbc04fd9cfe17a030b",
"version": "0.21.5"
},
"libssh2": {
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",
Expand Down Expand Up @@ -75,7 +75,7 @@
"binary": {
"module_name": "nodegit",
"module_path": "./build/Release/",
"host": "https://s3.amazonaws.com/nodegit/nodegit/"
"host": "https://nodegit.s3.amazonaws.com/nodegit/nodegit/"
},
"scripts": {
"lint": "jshint lib test/tests examples",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.