decky-frontend-lib
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "decky-frontend-lib", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A library for building decky plugins", | ||
@@ -61,2 +61,10 @@ "main": "dist/index.js", | ||
}, | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"ignoreMissing": [ | ||
"react", | ||
"react-dom" | ||
] | ||
} | ||
}, | ||
"importSort": { | ||
@@ -63,0 +71,0 @@ ".js, .jsx, .ts, .tsx": { |
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
64631