Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "curri", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"type": "module", | ||
@@ -9,5 +9,5 @@ "description": "Minimal curry implementation", | ||
"exports": { | ||
"types": "index.d.ts", | ||
"import": "index.js", | ||
"require": "index.cjs" | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
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
2311595