sort-package-json
Advanced tools
Comparing version 1.46.0 to 1.46.1
@@ -195,3 +195,4 @@ const sortObjectKeys = require('sort-object-keys') | ||
{ key: 'type' }, | ||
{ key: 'exports', over: sortObject }, | ||
{ key: 'imports' }, | ||
{ key: 'exports' }, | ||
{ key: 'main' }, | ||
@@ -198,0 +199,0 @@ { key: 'umd:main' }, |
{ | ||
"name": "sort-package-json", | ||
"version": "1.46.0", | ||
"version": "1.46.1", | ||
"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
21122
402