Skip to content

Commit ed9cc4f

Browse files
committed
fix(js): specify exports in js-tiktoken
1 parent 3c118a6 commit ed9cc4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"types": "./dist/ranks/r50k_base.d.ts",
5353
"require": "./dist/ranks/r50k_base.cjs",
5454
"default": "./dist/ranks/r50k_base.js"
55+
},
56+
"./ranks/o200k_base": {
57+
"types": "./dist/ranks/o200k_base.d.ts",
58+
"require": "./dist/ranks/o200k_base.cjs",
59+
"default": "./dist/ranks/o200k_base.js"
5560
}
5661
},
5762
"repository": {

0 commit comments

Comments
 (0)