Skip to content

Commit

Permalink
Release : 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnImpulse committed Jul 21, 2018
1 parent 841dae6 commit 68b16f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# json-key-sort
# json-keys-sort

> Sorting a json object based on keys either ascending or descending & even recursively
Expand All @@ -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,
Expand Down Expand Up @@ -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**)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 68b16f9

Please sign in to comment.