diff options
| author | Ilan Biala <[email protected]> | 2014-04-07 22:11:16 -0400 |
|---|---|---|
| committer | Ilan Biala <[email protected]> | 2014-04-07 22:11:16 -0400 |
| commit | c775768720d345348e79f909036103746d2c7ede (patch) | |
| tree | e9ba83755e0ab3ef061faf36029a815fff1de0d9 /package.json | |
| parent | 2225a3ffd3b2c20046e46981cd79696697816112 (diff) | |
| download | node-coveralls-c775768720d345348e79f909036103746d2c7ede.tar.xz node-coveralls-c775768720d345348e79f909036103746d2c7ede.zip | |
Update package.json
Fixes the NPM Warning about logdriver depending on a set version of NPM.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b7a6cd8..2f78e13 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "js-yaml": "3.0.1", "request": "2.16.2", "lcov-parse": "0.0.6", - "log-driver": "1.2.1" + "log-driver": "1.2.4" }, "devDependencies": { "sinon-restore": "1.0.0", |
