Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent 0bed748 commit 2bd642f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "./lib/umd/main.js",
"typings": "./lib/umd/main.d.ts",
"module": "./lib/esm/main.js",
"exports": {
"types": "./lib/umd/main.d.ts",
"import": "./lib/esm/main.js",
"require": "./lib/umd/main.js",
"browser": "./lib/esm/main.js"
},
"author": "Microsoft Corporation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2bd642f

Please sign in to comment.