Skip to content

Commit

Permalink
fix(js): specify exports in js-tiktoken
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed May 13, 2024
1 parent 3c118a6 commit ed9cc4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
"types": "./dist/ranks/r50k_base.d.ts",
"require": "./dist/ranks/r50k_base.cjs",
"default": "./dist/ranks/r50k_base.js"
},
"./ranks/o200k_base": {
"types": "./dist/ranks/o200k_base.d.ts",
"require": "./dist/ranks/o200k_base.cjs",
"default": "./dist/ranks/o200k_base.js"
}
},
"repository": {
Expand Down

0 comments on commit ed9cc4f

Please sign in to comment.