Skip to content

Commit

Permalink
(focus-trap/package.json) Fix name of built UMD module
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviDevMod committed Jun 14, 2023
1 parent eef9612 commit 173b47b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-yaks-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@davidevmod/focus-trap': patch
---

Fix name UMD module in package.json
4 changes: 2 additions & 2 deletions packages/focus-trap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"sideEffects": false,
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.umd.js",
"require": "./dist/index.umd.cjs",
"default": "./dist/index.js"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"unpkg": "./dist/index.umd.js",
"unpkg": "./dist/index.umd.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 173b47b

Please sign in to comment.