Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

RELEASE a new version #12

Merged
merged 3 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
testing:
name: 👔 Test
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.1-alpha.0",
"description": "Descope NextJS SDK",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/nextjs-sdk",
"homepage": "https://github.com/descope/descope-next-js",
"bugs": {
"url": "https://github.com/descope/nextjs-sdk/issues",
"url": "https://github.com/descope/descope-next-js/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/descope/nextjs-sdk.git"
"url": "https://github.com/descope/descope-next-js.git"
},
"license": "MIT",
"type": "module",
Expand Down
Loading