Skip to content

Commit 49baaab

Browse files
committed
Fix typo in types path..
1 parent 70d99d8 commit 49baaab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-device-mux",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A small library for managing connections to WebUSB, WebHID, and Web Serial devices from multiple tabs at the same time.",
55
"type": "module",
66
"repository": {
@@ -21,7 +21,7 @@
2121
},
2222
"exports": {
2323
".": {
24-
"types": "./src/index.d.ts",
24+
"types": "./dist/index.d.ts",
2525
"import": "./dist/web-device-mux.js",
2626
"require": "./dist/web-device-mux.umd.csj",
2727
"default": "./dist/web-device-mux.js"

0 commit comments

Comments
 (0)