Skip to content

Commit

Permalink
fix: jsx-runtime exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Sep 19, 2021
1 parent 075d79c commit bc27719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"require": "./dist/million.cjs.js"
},
"./jsx-runtime": {
"import": "./dist/jsx-runtime.esm.min.js",
"require": "./dist/jsx-runtime.cjs.min.js"
"import": "./dist/jsx-runtime.esm.js",
"require": "./dist/jsx-runtime.cjs.js"
}
},
"sideEffects": false,
Expand Down

0 comments on commit bc27719

Please sign in to comment.