@storybook/icons
Advanced tools
Comparing version 1.2.1--canary.21.1d05674.0 to 1.2.1--canary.21.2230fe1.0
{ | ||
"name": "@storybook/icons", | ||
"version": "1.2.1--canary.21.1d05674.0", | ||
"version": "1.2.1--canary.21.2230fe1.0", | ||
"description": "Icon library from the Storybook team", | ||
@@ -27,3 +27,8 @@ "author": { | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -30,0 +35,0 @@ "files": [ |
1145719