Skip to content

Commit b30ebe2

Browse files
committed
fix: Link to repository from NPM
1 parent 3b7f619 commit b30ebe2

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)