Skip to content

Commit

Permalink
Fix exports.umd file path
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christian <[email protected]>
  • Loading branch information
andrewiggins and rschristian committed Jun 20, 2023
1 parent 2718488 commit 862235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/runtime.module.js",
"umd": "./dist/runtime.umd.js",
"umd": "./dist/runtime.min.js",
"import": "./dist/runtime.mjs",
"require": "./dist/runtime.js"
}
Expand Down

0 comments on commit 862235a

Please sign in to comment.