mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-08 14:12:55 +08:00
updated version
This commit is contained in:
parent
962ff70002
commit
885469e8ce
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sourav_chanduka/oidc-client",
|
"name": "@sourav_chanduka/oidc-client",
|
||||||
"version": "1.0.9",
|
"version": "1.0.10",
|
||||||
"description": "To get id token from oidc provider",
|
"description": "To get id token from oidc provider",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"types": "lib/main.d.ts",
|
"types": "lib/main.d.ts",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/souravchanduka/toolkit.git",
|
"url": "git+https://github.com/souravchanduka/toolkit.git",
|
||||||
"directory": "packages/oidc-client"
|
"directory": "packages/oidc-client"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -24,8 +24,7 @@
|
|||||||
"setup"
|
"setup"
|
||||||
],
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib",
|
"lib": "lib"
|
||||||
"test": "__tests__"
|
|
||||||
},
|
},
|
||||||
"author": "Sourav Chanduka",
|
"author": "Sourav Chanduka",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user