Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit a9b6c9f

Browse files
committed
chore: 📦 update package
1 parent fbd4747 commit a9b6c9f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"description": "SSO for Svelte Auth",
55
"main": ",/build/index.js",
66
"module": "./build/index.js",
7+
"svelte": "./build/index.js",
78
"types": ",/build/index.d.ts",
89
"scripts": {
910
"prepare": "npm run build",
1011
"build": "tsc --project tsconfig.json",
1112
"typecheck": "tsc --project tsconfig.json --noEmit",
12-
"lint": "eslint --ext .ts,.tsx src/",
13-
"test": "jest --config=config/jest.config.ts --passWithNoTests",
14-
"coverage": "npm run test -- --coverage"
13+
"lint": "eslint --ext .ts,.tsx src/"
1514
},
1615
"type": "module",
1716
"repository": {
@@ -59,6 +58,6 @@
5958
"typescript": "^5.2.2"
6059
},
6160
"dependencies": {
62-
"@svelte-dev/auth-oauth2": "^0.0.2"
61+
"@svelte-dev/auth-oauth2": "latest"
6362
}
6463
}

0 commit comments

Comments
 (0)