sort-object-keys
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "sort-object-keys", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Sort an object's keys, including an optional key list", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/keithamus/sort-object-keys.git" | ||
}, | ||
"keywords": [ | ||
"keys", | ||
"object", | ||
"sort", | ||
"keys" | ||
"sort" | ||
], | ||
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)", | ||
"license": "MIT", | ||
"homepage": "https://github.com/keithamus/sort-object-keys#readme", | ||
"bugs": { | ||
"url": "https://github.com/keithamus/sort-object-keys/issues" | ||
}, | ||
"homepage": "https://github.com/keithamus/sort-object-keys#readme" | ||
} | ||
"license": "MIT", | ||
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)", | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/keithamus/sort-object-keys.git" | ||
}, | ||
"scripts": { | ||
"semantic-release": "travis-after-all && semantic-release pre && npm publish && semantic-release post", | ||
"test": "node test.js" | ||
}, | ||
"devDependencies": { | ||
"semantic-release": "^4.3.5", | ||
"travis-after-all": "^1.4.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
Sort Object | ||
# Sort Object | ||
@@ -3,0 +3,0 @@ [![Build Status](https://travis-ci.org/keithamus/sort-object-keys.svg)](https://travis-ci.org/keithamus/sort-object-keys) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2436
2
3
13