@wedgekit/palette
Advanced tools
Comparing version 1.0.0-tc.1 to 1.0.0-tc.2
@@ -21,2 +21,5 @@ # Change Log | ||
- fixed types not being included in the package | ||
- fixed `exports` being incorrectly defined | ||
### Security |
@@ -10,5 +10,6 @@ { | ||
"module": "dist/index.js", | ||
"browser": "dist/index.js", | ||
"exports": { | ||
"import": "dist/index.js", | ||
"require": "dist/index.cjs" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -24,3 +25,3 @@ "name": "@wedgekit/palette", | ||
"types": "dist/index.d.ts", | ||
"version": "1.0.0-tc.1" | ||
"version": "1.0.0-tc.2" | ||
} |
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
22569