Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Apr 12, 2024
1 parent 96a5219 commit e75776d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geoblocks/oidcjs",
"version": "0.5.7",
"version": "0.5.8",
"description": "A simple OpenID Connect client typescript implementation",
"scripts": {
"start": "python3 -m http.server 8000 --bind localhost",
Expand All @@ -10,7 +10,9 @@
},
"author": "Guillaume Beraudo",
"license": "BSD-2-Clause",
"files": ["lib/*"],
"files": [
"lib/*"
],
"type": "module",
"module": "lib/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit e75776d

Please sign in to comment.