just-pascal-case
Advanced tools
Comparing version 2.1.1 to 3.0.0
{ | ||
"name": "just-pascal-case", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "convert a string to pascal case", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"module": "index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
"default": "./index.mjs" | ||
} | ||
@@ -12,0 +12,0 @@ }, |
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
4823