mirror of https://github.com/actions/toolkit
package.json updated
parent
7965cc3c7d
commit
456cf5a97f
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@sourav_chanduka/oidc-client",
|
||||
"version": "1.0.12",
|
||||
"name": "@actions/oidc-client",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@sourav_chanduka/oidc-client",
|
||||
"version": "1.0.12",
|
||||
"name": "@actions/oidc-client",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sourav_chanduka/oidc-client",
|
||||
"version": "1.0.12",
|
||||
"name": "@actions/oidc-client",
|
||||
"version": "0.0.0",
|
||||
"description": "To get id token from oidc provider",
|
||||
"main": "lib/main.js",
|
||||
"types": "lib/main.d.ts",
|
||||
|
@ -13,9 +13,12 @@
|
|||
"all": "npm run build && npm run format && npm run package && npm test",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/souravchanduka/toolkit.git",
|
||||
"url": "git+https://github.com/actions/toolkit.git",
|
||||
"directory": "packages/oidc-client"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -26,7 +29,6 @@
|
|||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"author": "Sourav Chanduka",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
@ -47,7 +49,7 @@
|
|||
"jwt-decode": "3.1.2"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/souravchanduka/toolkit/issues"
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
"homepage": "https://github.com/souravchanduka/toolkit#readme"
|
||||
"homepage": "https://github.com/actions/toolkit#readme"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue