@barelyhuman/darkness
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
{ | ||
"name": "@barelyhuman/darkness", | ||
"version": "0.0.1-beta.1", | ||
"version": "0.0.1-beta.2", | ||
"repository": "git@github.com:barelyhuman/darkness.git", | ||
@@ -10,3 +10,18 @@ "license": "MIT", | ||
"exports": { | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
"./box": { | ||
"import": "./box.mjs", | ||
"require": "./box.js", | ||
"types": "./box.d.ts" | ||
}, | ||
"./button": { | ||
"import": "./button.mjs", | ||
"require": "./button.js", | ||
"types": "./button.d.ts" | ||
}, | ||
"./text": { | ||
"import": "./text.mjs", | ||
"require": "./text.js", | ||
"types": "./text.d.ts" | ||
} | ||
}, | ||
@@ -13,0 +28,0 @@ "publishConfig": { |
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
9750