Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit d9f08b4

Browse files
committed
fix: move deno first
1 parent b5d37ac commit d9f08b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
},
6666
"exports": {
6767
".": {
68+
"deno": "./dist/main/index.js",
6869
"types": "./dist/module/index.d.ts",
6970
"import": "./dist/module/index.js",
7071
"browser": "./dist/module/index.js",
7172
"require": "./dist/main/index.js",
7273
"node": "./dist/main/index.js",
73-
"deno": "./dist/main/index.js",
7474
"default": "./dist/main/index.js"
7575
},
7676
"./websocket": {

0 commit comments

Comments
 (0)