Skip to content

Commit

Permalink
feat(examples): add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMetalWood committed Nov 7, 2023
1 parent cfd1d55 commit cc98827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"main": "dist/index.umd.js",
"module": "dist/index.modern.mjs",
"exports": {
".": {
"import": "./dist/index.modern.mjs",
"require": "./dist/index.umd.js"
},
"./examples.css": "./dist/examples.css"
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cc98827

Please sign in to comment.