json.sortify
Advanced tools
Comparing version
{ | ||
"name": "json.sortify", | ||
"description": "A deterministic version of JSON.stringify that sorts object keys alphabetically.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name" : "Thomas Rosenau", |
@@ -13,3 +13,3 @@ JSON.sortify | ||
```bash | ||
$ npm install JSON.sortify | ||
$ npm install json.sortify | ||
``` | ||
@@ -16,0 +16,0 @@ |