diff options
| author | Gerard Escalante <[email protected]> | 2014-02-11 11:10:34 +0900 |
|---|---|---|
| committer | Gerard Escalante <[email protected]> | 2014-02-11 11:10:34 +0900 |
| commit | ab1c7aeda0359fb174e4dbfdb7e117cc029eb329 (patch) | |
| tree | fc7a02bb26f448233c9626704d499cca30c6d327 /package.json | |
| parent | 7f7dad83d26e0d3c3326c260926acfcb6e05fa58 (diff) | |
| download | node-coveralls-ab1c7aeda0359fb174e4dbfdb7e117cc029eb329.tar.xz node-coveralls-ab1c7aeda0359fb174e4dbfdb7e117cc029eb329.zip | |
Windows compat fixes
Changed usage of '/' as root dir. Stopped tests from wiping out
environment.
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 b927e96..16aa2e9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "yaml": "0.2.3", "request": "2.16.2", - "lcov-parse": "0.0.4", + "lcov-parse": "0.0.6", "log-driver": "1.2.1" }, "devDependencies": { |
