sort-package-json
Advanced tools
Comparing version 1.34.0 to 1.35.0
@@ -195,3 +195,8 @@ #!/usr/bin/env node | ||
const [privateKeys, publicKeys] = partition(keys, isPrivateKey) | ||
sortOrder = [...sortOrder, ...publicKeys.sort(), ...privateKeys.sort()] | ||
sortOrder = [ | ||
...sortOrder, | ||
...defaultSortOrder, | ||
...publicKeys.sort(), | ||
...privateKeys.sort(), | ||
] | ||
} | ||
@@ -198,0 +203,0 @@ |
{ | ||
"name": "sort-package-json", | ||
"version": "1.34.0", | ||
"version": "1.35.0", | ||
"description": "Sort an Object or package.json based on the well-known package.json keys", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
14643
250