File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @agney/playground " : minor
3+ ---
4+
5+ Update the types and exports. The package is ESM only. Fix on latest 1.0 version
Original file line number Diff line number Diff line change 2323 " README.md"
2424 ],
2525 "type" : " module" ,
26- "main" : " dist/playground.js" ,
27- "module" : " dist/playground.module.js" ,
26+ "main" : " dist/Playground.js" ,
2827 "types" : " dist/Playground.d.ts" ,
29- "unpkg" : " dist/playground.umd.js" ,
30- "umd:main" : " dist/playground.umd.js" ,
3128 "exports" : {
3229 "." : {
33- "browser" : " ./dist/playground.module.js" ,
34- "umd" : " ./dist/playground.umd.js" ,
35- "import" : " ./dist/playground.module.js" ,
36- "require" : " ./dist/playground.js"
30+ "types" : " ./dist/Playground.d.ts" ,
31+ "import" : " ./dist/Playground.js"
3732 }
3833 },
3934 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments