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

Commit

Permalink
RELEASE a new version (#12)
Browse files Browse the repository at this point in the history
* RELEASE a new version

* repo name

* fix cov

---------

Co-authored-by: Omer Cohen <[email protected]>
  • Loading branch information
asafshen and omercnet authored Feb 7, 2024
1 parent 0683ff2 commit 2f43ebd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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

0 comments on commit 2f43ebd

Please sign in to comment.