diff --git a/README.md b/README.md index 3ab9b26..d2292ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# json-key-sort +# json-keys-sort > Sorting a json object based on keys either ascending or descending & even recursively @@ -8,7 +8,7 @@ > Note : focus on **keys** not values ~~~~ -const json = require('json-key-sort'); +const json = require('json-keys-sort'); var data = { "zoho": 4, "drake": 2, @@ -54,7 +54,7 @@ Output will be - ### Versions -+ `v0.9.0` ++ `v1.0.0` + Initial release - containing basic `sort` function only. > Pull requests are always welcomed (kindly sign commits with GPG keys. **THANKS**) diff --git a/package.json b/package.json index 64a5f3f..9e2edf6 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "json-key-sort", - "version": "0.9.0", + "name": "json-keys-sort", + "version": "1.0.0", "description": "Sorting a json object based on keys either ascending or descending & even recursively", "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/DawnImpulse/json-key-sort-js.git" + "url": "https://github.com/DawnImpulse/json-keys-sort-js.git" }, "keywords": [ "json",