We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3471a commit 26b0e90Copy full SHA for 26b0e90
.travis.yml
@@ -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,6 +1,6 @@
{
"name": "json-keys-sort",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Sorting a json object based on keys either ascending or descending & even recursively",
"main": "index.js",
"scripts": {
0 commit comments