Skip to content

Commit

Permalink
Merge pull request #5 from jonwardopenai/patch-1
Browse files Browse the repository at this point in the history
Repair Compatibility issue with Rollup Bundler.
  • Loading branch information
lhr0909 authored Aug 27, 2022
2 parents b25d78a + 706e7fe commit af11d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/gpt3-tokenizer.esm.js",
"module": "dist/gpt3-tokenizer.cjs.production.min.js",
"size-limit": [
{
"path": "dist-browser/gpt3-tokenizer.js",
Expand Down

0 comments on commit af11d7d

Please sign in to comment.