Skip to content

Commit

Permalink
Update package.json imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Nov 1, 2024
1 parent 1763564 commit 362f3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"exports": {
".": "./src/index.js",
"./r3f": "./src/r3f/index.jsx"
"./r3f": "./src/r3f/index.jsx",
"./plugins": "./src/plugins/index.js"
},
"scripts": {
"start": "vite --config ./vite.config.js",
Expand Down

0 comments on commit 362f3ef

Please sign in to comment.