Skip to content

Commit 69bbbe2

Browse files
committed
changed readme and package.json
1 parent 43752bd commit 69bbbe2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Token.js
2-
2+
> Note: This is a fork of the original Token.js project at https://github.com/token-js
33
Integrate 200+ LLMs with one TypeScript SDK using OpenAI's format. Free and open source. No proxy server required.
44

55
## Features

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "token.js",
3-
"version": "0.4.7",
2+
"name": "@shadokan87/token.js",
3+
"version": "0.5.3",
44
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",
@@ -65,5 +65,8 @@
6565
"typescript": "^5.5.3",
6666
"vite-node": "^1.6.0",
6767
"vitest": "^2.0.1"
68+
},
69+
"publishConfig": {
70+
"access": "public"
6871
}
6972
}

0 commit comments

Comments
 (0)