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

Commit

Permalink
chore: 📦 update package
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 4, 2023
1 parent fbd4747 commit a9b6c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"description": "SSO for Svelte Auth",
"main": ",/build/index.js",
"module": "./build/index.js",
"svelte": "./build/index.js",
"types": ",/build/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --project tsconfig.json --noEmit",
"lint": "eslint --ext .ts,.tsx src/",
"test": "jest --config=config/jest.config.ts --passWithNoTests",
"coverage": "npm run test -- --coverage"
"lint": "eslint --ext .ts,.tsx src/"
},
"type": "module",
"repository": {
Expand Down Expand Up @@ -59,6 +58,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@svelte-dev/auth-oauth2": "^0.0.2"
"@svelte-dev/auth-oauth2": "latest"
}
}

0 comments on commit a9b6c9f

Please sign in to comment.