Skip to content

Commit

Permalink
Export jsx-dev-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Apr 25, 2024
1 parent 8cffe63 commit 185a60a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/snaps-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,21 @@
"import": "./dist/jsx/jsx-runtime.mjs",
"require": "./dist/jsx/jsx-runtime.js"
},
"./jsx-dev-runtime": {
"types": "./dist/types/jsx/jsx-runtime.d.ts",
"import": "./dist/jsx/jsx-runtime.mjs",
"require": "./dist/jsx/jsx-runtime.js"
},
"./production/jsx-runtime": {
"types": "./dist/types/jsx/production/jsx-runtime.d.ts",
"import": "./dist/jsx/production/jsx-runtime.mjs",
"require": "./dist/jsx/production/jsx-runtime.js"
},
"./production/jsx-dev-runtime": {
"types": "./dist/types/jsx/production/jsx-runtime.d.ts",
"import": "./dist/jsx/production/jsx-runtime.mjs",
"require": "./dist/jsx/production/jsx-runtime.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
Expand Down

0 comments on commit 185a60a

Please sign in to comment.