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" } }