Skip to content

Commit

Permalink
Added devices export
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 8, 2024
1 parent 76b7f8a commit 342ea24
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 @@ -32,7 +32,8 @@
},
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
"./*": "./dist/*",
"./devices": "./dist/devices.js"
},
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit 342ea24

Please sign in to comment.