Skip to content

Commit

Permalink
Fix typo in types path..
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellivar committed Jan 29, 2024
1 parent 70d99d8 commit 49baaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-device-mux",
"version": "0.2.0",
"version": "0.2.1",
"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 All @@ -21,7 +21,7 @@
},
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/web-device-mux.js",
"require": "./dist/web-device-mux.umd.csj",
"default": "./dist/web-device-mux.js"
Expand Down

0 comments on commit 49baaab

Please sign in to comment.