sort-package-json
Advanced tools
Comparing version 1.45.0 to 1.46.0
@@ -185,2 +185,6 @@ const sortObjectKeys = require('sort-object-keys') | ||
{ | ||
key: 'maintainers', | ||
over: onArray((maintainers) => maintainers.map(sortPeopleObject)), | ||
}, | ||
{ | ||
key: 'contributors', | ||
@@ -187,0 +191,0 @@ over: onArray((contributors) => contributors.map(sortPeopleObject)), |
{ | ||
"name": "sort-package-json", | ||
"version": "1.45.0", | ||
"version": "1.46.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
21118
401