sort-package-json
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -65,2 +65,3 @@ #!/usr/bin/env node | ||
sortSubKey('jest'); | ||
sortSubKey('xo'); | ||
sortSubKey('prettier'); | ||
@@ -111,2 +112,3 @@ sortSubKey('dependencies'); | ||
'babel', | ||
'xo', | ||
'prettier', | ||
@@ -113,0 +115,0 @@ 'eslintConfig', |
{ | ||
"name": "sort-package-json", | ||
"version": "1.11.0", | ||
"version": "1.12.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
7874
145