We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7f619 commit b30ebe2Copy full SHA for b30ebe2
.changeset/heavy-spies-beam.md
@@ -0,0 +1,5 @@
1
+---
2
+'token.js': patch
3
4
+
5
+Link to repository from NPM
package.json
@@ -1,6 +1,10 @@
{
"name": "token.js",
"version": "0.5.2",
+ "repository": {
+ "type": "git",
6
+ "url": "https://github.com/token-js/token.js"
7
+ },
8
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
9
"main": "dist/index.cjs",
10
"types": "dist/index.d.ts",
0 commit comments