diff options
| author | Gerard Escalante <[email protected]> | 2014-02-11 11:27:46 +0900 |
|---|---|---|
| committer | Gerard Escalante <[email protected]> | 2014-02-11 11:27:46 +0900 |
| commit | a62635d49b7eb864e64258c5d65b47ad03195fa2 (patch) | |
| tree | ff8098b21375c0967df464c3a3420f86de79775e /package.json | |
| parent | ab1c7aeda0359fb174e4dbfdb7e117cc029eb329 (diff) | |
| download | node-coveralls-a62635d49b7eb864e64258c5d65b47ad03195fa2.tar.xz node-coveralls-a62635d49b7eb864e64258c5d65b47ad03195fa2.zip | |
Swap out yaml with js-yaml for Win compat
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 16aa2e9..fbdd304 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "Arpad Borsos <[email protected]> (http://swatinem.de/)" ], "dependencies": { - "yaml": "0.2.3", + "js-yaml": "3.0.1", "request": "2.16.2", "lcov-parse": "0.0.6", "log-driver": "1.2.1" |
