diff options
| author | Arpad Borsos <[email protected]> | 2013-06-07 17:32:39 +0200 |
|---|---|---|
| committer | Arpad Borsos <[email protected]> | 2013-06-07 17:32:39 +0200 |
| commit | a1f1feb05c0010216c8bdd7a8d9040ef56eff7fa (patch) | |
| tree | 4efd78366b62c9c2f4b9fe4c405243ab4b27e9e6 /package.json | |
| parent | a5e25da5eb8a50f417271a5794de1646ecad6467 (diff) | |
| download | node-coveralls-a1f1feb05c0010216c8bdd7a8d9040ef56eff7fa.tar.xz node-coveralls-a1f1feb05c0010216c8bdd7a8d9040ef56eff7fa.zip | |
use a native js yaml parser instead of a C library
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 13c820c..f17edbb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "Arpad Borsos <[email protected]> (http://swatinem.de/)" ], "dependencies": { - "libyaml": "0.2.2", + "yaml": "0.2.3", "request": "2.16.2", "lcov-parse": "0.0.4", "log-driver": "1.2.1" |
