Skip to content

Commit

Permalink
Missed exporting devices...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellivar committed Jan 29, 2024
1 parent 49baaab commit ae0a0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-device-mux",
"version": "0.2.1",
"version": "0.2.2",
"description": "A small library for managing connections to WebUSB, WebHID, and Web Serial devices from multiple tabs at the same time.",
"type": "module",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './Error.js'
export * from './Channel.js'
export * from './Device.js'
export * from './Error.js'
export * from './InputListener.js'

export * from './Usb/index.js'

0 comments on commit ae0a0d0

Please sign in to comment.