update deps

This commit is contained in:
Philipp Kunz 2016-04-04 23:09:14 +02:00
parent adce81b084
commit 57f185080c
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"mode":"default",
"coveralls":true,
"codecov":true,
"coverageTreshold":71
}

View File

@ -22,12 +22,12 @@
},
"homepage": "https://github.com/pushrocks/smartgit",
"dependencies": {
"beautylog": "3.1.2",
"nodegit": "0.12.1",
"q": "1.4.1"
"beautylog": "^3.1.2",
"nodegit": "^0.12.1",
"q": "^1.4.1"
},
"devDependencies": {
"npmts": "3.6.10",
"npmts": "^4.0.1",
"should": "^8.3.0"
}
}