summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetar Šegina <psegina@ymail.com>2016-02-08 00:32:54 +0100
committerPetar Šegina <psegina@ymail.com>2016-02-08 00:37:04 +0100
commite607bad0b5ebfe879f53a262e249fe5515d0bd2c (patch)
treedc09b406aecd7677691dff9f3430e5084a41fd96
parenta28d5d9118f5e2b048b7224272ef5d2137f9a42c (diff)
downloadgit-hours-e607bad0b5ebfe879f53a262e249fe5515d0bd2c.zip
git-hours-e607bad0b5ebfe879f53a262e249fe5515d0bd2c.tar.gz
git-hours-e607bad0b5ebfe879f53a262e249fe5515d0bd2c.tar.bz2
Update nodegit dependency
The nodegit dependency previously used did not work with the latest nodejs. Updating to the latest available nodegit fixes relevant errors. Fixes "Error: Cannot find module '../build/Debug/nodegit.node'" Closes #15
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 857c81d..1f1c525 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"commander": "^2.2.0",
"lodash": "^2.4.1",
"moment": "^2.10.6",
- "nodegit": "^0.4.1"
+ "nodegit": "^0.11.0"
},
"devDependencies": {
"eslint": "^1.5.1",