storybook-addon-root-attributes
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "storybook-addon-root-attributes", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Storybook Addon Root Attributes to switch `Many` html or body attribute at runtime for your story (work in storybook 7!)", | ||
@@ -17,7 +17,13 @@ "keywords": [ | ||
"license": "MIT", | ||
"author": "junghyeonsu", | ||
"author": "junghyeonsu <jung660317@naver.com>", | ||
"exports": { | ||
"types": "./dist/ts/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"node": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./manager": "./dist/manager.mjs", | ||
"./preview": "./dist/preview.mjs", | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -24,0 +30,0 @@ "files": [ |
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
32307
16
80