Skip to content

Commit 69a06d5

Browse files
committed
refactor
1 parent 4fd4f11 commit 69a06d5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/client-core/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"license": "ISC",
88
"type": "module",
99
"main": "index.js",
10-
"exports": {
11-
".": "./index.js",
12-
"./bind2": "./src/bind2/bind2.js"
13-
},
1410
"dependencies": {
1511
"@xmpp/connection": "^0.14.0",
1612
"@xmpp/jid": "^0.14.0",

packages/client/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import _sasl from "@xmpp/sasl";
1717
import _resourceBinding from "@xmpp/resource-binding";
1818
import _sessionEstablishment from "@xmpp/session-establishment";
1919
import _streamManagement from "@xmpp/stream-management";
20-
import _bind2 from "@xmpp/client-core/bind2";
20+
import _bind2 from "@xmpp/client-core/src/bind2/bind2.js";
2121

2222
import SASLFactory from "saslmechanisms";
2323
import scramsha1 from "@xmpp/sasl-scram-sha-1";

0 commit comments

Comments
 (0)