Skip to content

Commit

Permalink
fix: correct dist exports condition (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored May 9, 2024
1 parent f05cf03 commit 780d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"import": "./dist/modern.mjs",
"types": "./dist/types/src/index.d.ts"
},
"./dist/": "./dist/"
"./dist/*": "./dist/*"
},
"main": "./dist/legacy.js",
"module": "./dist/module.js",
Expand Down

0 comments on commit 780d9db

Please sign in to comment.