Skip to content

Commit 22f5807

Browse files
authored
Merge pull request #148 from token-js/pate/fix-repo-link-npm
fix: Link to repository from NPM
2 parents 3b7f619 + b30ebe2 commit 22f5807

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/heavy-spies-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'token.js': patch
3+
---
4+
5+
Link to repository from NPM

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "token.js",
33
"version": "0.5.2",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/token-js/token.js"
7+
},
48
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
59
"main": "dist/index.cjs",
610
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)