json-file-plus
Advanced tools
Comparing version
{ | ||
"name": "json-file-plus", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Jordan Harband", | ||
@@ -23,5 +23,4 @@ "description": "Read from and write to a JSON file, minimizing diffs and preserving formatting.", | ||
"dependencies": { | ||
"is-extended": "~0.0.4", | ||
"node.extend": "~1.0.1", | ||
"optimist": "~0.3.5" | ||
"is-extended": "~0.0.5", | ||
"node.extend": "~1.0.1" | ||
}, | ||
@@ -28,0 +27,0 @@ "devDependencies": { |
@@ -1,4 +0,4 @@ | ||
#json-file | ||
#json-file-plus <sup>[![Version Badge][2]][1]</sup> | ||
[](https://travis-ci.org/ljharb/node-json-file) | ||
[![Build Status][3]][4] [![dependency status][5]][6] | ||
@@ -40,1 +40,8 @@ A module to read from and write to JSON files, without losing formatting, to minimize diffs. | ||
[1]: https://npmjs.org/package/json-file-plus | ||
[2]: http://vb.teelaun.ch/ljharb/node-json-file.svg | ||
[3]: https://travis-ci.org/ljharb/node-json-file.png | ||
[4]: https://travis-ci.org/ljharb/node-json-file | ||
[5]: https://david-dm.org/ljharb/node-json-file.png | ||
[6]: https://david-dm.org/ljharb/node-json-file | ||
7805
3.43%2
-33.33%47
17.5%- Removed
- Removed
- Removed
Updated