Skip to content

Commit

Permalink
Fix devices export
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 16, 2024
1 parent 3d8066e commit 904848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"exports": {
".": "./dist/index.js",
"./*": "./dist/*",
"./devices": "./dist/devices.js"
"./devices": "./dist/devices/index.js"
},
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit 904848b

Please sign in to comment.