Skip to content

Commit 68b16f9

Browse files
committed
Release : 1.0.0
1 parent 841dae6 commit 68b16f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# json-key-sort
2+
# json-keys-sort
33

44
> Sorting a json object based on keys either ascending or descending & even recursively
55
@@ -8,7 +8,7 @@
88
> Note : focus on **keys** not values
99
1010
~~~~
11-
const json = require('json-key-sort');
11+
const json = require('json-keys-sort');
1212
var data = {
1313
"zoho": 4,
1414
"drake": 2,
@@ -54,7 +54,7 @@ Output will be -
5454

5555
### Versions
5656

57-
+ `v0.9.0`
57+
+ `v1.0.0`
5858
+ Initial release - containing basic `sort` function only.
5959

6060
> Pull requests are always welcomed (kindly sign commits with GPG keys. **THANKS**)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "json-key-sort",
3-
"version": "0.9.0",
2+
"name": "json-keys-sort",
3+
"version": "1.0.0",
44
"description": "Sorting a json object based on keys either ascending or descending & even recursively",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/DawnImpulse/json-key-sort-js.git"
8+
"url": "https://github.com/DawnImpulse/json-keys-sort-js.git"
99
},
1010
"keywords": [
1111
"json",

0 commit comments

Comments
 (0)