Skip to content

Commit 319b2dd

Browse files
committed
Fix entry point.
1 parent beea78c commit 319b2dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

x/dhkem-x25519/dnt.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ await build({
2929
},
3030
homepage: "https://github.com/dajiaji/hpke-js#readme",
3131
license: "MIT",
32-
module: "./esm/x/dhkem-x25519/mod.js",
33-
main: "./script/x/dhkem-x25519/mod.js",
34-
types: "./esm/x/dhkem-x25519/mod.d.ts",
32+
module: "./esm/dhkem-x25519/mod.js",
33+
main: "./script/dhkem-x25519/mod.js",
34+
types: "./esm/dhkem-x25519/mod.d.ts",
3535
sideEffects: false,
3636
exports: {
3737
".": {
38-
"import": "./esm/x/dhkem-x25519/mod.js",
39-
"require": "./script/x/dhkem-x25519/mod.js",
38+
"import": "./esm/dhkem-x25519/mod.js",
39+
"require": "./script/dhkem-x25519/mod.js",
4040
},
4141
"./package.json": "./package.json",
4242
},

0 commit comments

Comments
 (0)