Skip to content

Commit a71aa05

Browse files
authored
v0.3.4 (#18)
1 parent 2302d2c commit a71aa05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos/authkit-session",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -27,6 +27,10 @@
2727
"keywords": [],
2828
"author": "WorkOS",
2929
"license": "MIT",
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/workos/authkit-session.git"
33+
},
3034
"devDependencies": {
3135
"@types/node": "^20.17.0",
3236
"@vitest/coverage-v8": "^4.0.17",

0 commit comments

Comments
 (0)