From 57f185080cf850a5dd0df9697fa1f2d00aec9949 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 4 Apr 2016 23:09:14 +0200 Subject: [PATCH] update deps --- npmts.json | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npmts.json b/npmts.json index e6c1c0c..7e6a903 100644 --- a/npmts.json +++ b/npmts.json @@ -1,5 +1,5 @@ { "mode":"default", - "coveralls":true, + "codecov":true, "coverageTreshold":71 } \ No newline at end of file diff --git a/package.json b/package.json index 38a9569..36021fb 100644 --- a/package.json +++ b/package.json @@ -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" } }