From 68b16f9412e6353cce56c47514dfb702336c6fbe Mon Sep 17 00:00:00 2001 From: DawnImpulse Date: Sat, 21 Jul 2018 13:12:55 +0530 Subject: [PATCH] Release : 1.0.0 --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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",