Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "unctx", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Composition-api in Vanilla js", | ||
@@ -8,2 +8,8 @@ "repository": "unjs/unctx", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -10,0 +16,0 @@ "module": "./dist/index.mjs", |
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
10057