prettier-plugin-packagejson
Advanced tools
Comparing version 2.4.10 to 2.4.11
{ | ||
"name": "prettier-plugin-packagejson", | ||
"version": "2.4.10", | ||
"version": "2.4.11", | ||
"description": "Prettier package.json plugin to make the order of properties nice.", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib", | ||
"main": "lib/index.cjs", | ||
"directories": { | ||
@@ -37,4 +37,4 @@ "lib": "lib" | ||
"jest": "29.7.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.2.4" | ||
"npm-run-all2": "6.1.2", | ||
"prettier": "3.2.5" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
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
5090