Skip to content

Commit

Permalink
fix: plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Oct 9, 2024
1 parent 27a3168 commit 44f83ae
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 44f83ae

Please sign in to comment.