Skip to content

Commit

Permalink
fix: plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored and 3y3 committed Oct 9, 2024
1 parent 91167fc commit 9b6c4fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"node": "./build/plugin/index-node.js",
"default": "./build/plugin/index.js"
},
"./plugin": "./build/plugin/index.js",
"./plugin": {
"node": "./build/plugin/index-node.js",
"default": "./build/plugin/index.js"
},
"./runtime": "./build/runtime/index.js",
"./react": "./build/react/index.js",
"./hooks": "./build/react/index.js"
Expand Down

0 comments on commit 9b6c4fe

Please sign in to comment.