@storybook/csf 0.0.2--canary.62.9cd6451.0 → 0.0.2--canary.62.f5c59be.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.0.2--canary.62.9cd6451.0",
3
+ "version": "0.0.2--canary.62.f5c59be.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",
@@ -20,9 +20,9 @@
20
20
  "exports": {
21
21
  ".": {
22
22
  "import": "./dist/index.mjs",
23
+ "require": "./dist/index.js",
23
24
  "browser": "./dist/index.mjs",
24
25
  "node": "./dist/index.js",
25
- "require": "./dist/index.js",
26
26
  "types": "./dist/index.d.ts"
27
27
  }
28
28
  },