react-ronin
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "react-ronin", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"license": "Apache-2.0", | ||
@@ -18,8 +18,18 @@ "main": "dist/index.js", | ||
}, | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": "ronin-co/react-ronin", | ||
"homepage": "https://github.com/ronin-co/react-ronin", | ||
"keywords": ["ronin", "react", "client", "database", "orm"], | ||
"keywords": [ | ||
"ronin", | ||
"react", | ||
"client", | ||
"database", | ||
"orm" | ||
], | ||
"lint-staged": { | ||
"**/*": ["bunx @biomejs/biome format --write"] | ||
"**/*": [ | ||
"bunx @biomejs/biome format --write" | ||
] | ||
}, | ||
@@ -26,0 +36,0 @@ "exports": { |
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
26051