Skip to content

Commit

Permalink
TypeScript fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
belladoreai committed Mar 24, 2024
1 parent e545e1f commit 0acdab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"llama-tokenizer-js": "^1.2.0",
"llama-tokenizer-js": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "llama-tokenizer-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "JS tokenizer for LLaMA-based LLMs",
"main": "llama-tokenizer.js",
"types": "types.d.ts",
"scripts": {
"test": "node test-llama-tokenizer.js"
},
Expand Down

0 comments on commit 0acdab6

Please sign in to comment.