File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @plextv/react-lightning-plugin-flexbox " : patch
3
+ ---
4
+
5
+ chore(flexbox): Fix bad exports in package.json
Original file line number Diff line number Diff line change 12
12
"url" : " https://github.com/plexinc/react-lightning/issues/new"
13
13
},
14
14
"type" : " module" ,
15
- "main" : " ./dist/index.cjs " ,
16
- "module" : " ./dist/index.js" ,
15
+ "main" : " ./dist/cjs/ index.js " ,
16
+ "module" : " ./dist/es/ index.production .js" ,
17
17
"exports" : {
18
18
"." : " ./src/index.ts" ,
19
19
"./package.json" : " ./package.json" ,
24
24
"access" : " public" ,
25
25
"exports" : {
26
26
"." : {
27
- "import" : " ./dist/index.js" ,
28
- "require" : " ./dist/index.cjs "
27
+ "import" : " ./dist/es/ index.production .js" ,
28
+ "require" : " ./dist/cjs/ index.js "
29
29
},
30
30
"./package.json" : " ./package.json" ,
31
31
"./jsx" : " ./dist/types/types/jsx.d.ts"
You can’t perform that action at this time.
0 commit comments