Skip to content

Commit 26b0e90

Browse files
committed
Bug Fixed : Minor changes
1 parent da3471a commit 26b0e90

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- 'lts/*'
4+
- 'stable'
5+
install:
6+
- npm install
7+
branches:
8+
only:
9+
- master

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-keys-sort",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Sorting a json object based on keys either ascending or descending & even recursively",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)