mirror of https://github.com/actions/toolkit
package.json updated
parent
7965cc3c7d
commit
456cf5a97f
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@sourav_chanduka/oidc-client",
|
"name": "@actions/oidc-client",
|
||||||
"version": "1.0.12",
|
"version": "0.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@sourav_chanduka/oidc-client",
|
"name": "@actions/oidc-client",
|
||||||
"version": "1.0.12",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@sourav_chanduka/oidc-client",
|
"name": "@actions/oidc-client",
|
||||||
"version": "1.0.12",
|
"version": "0.0.0",
|
||||||
"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",
|
||||||
|
@ -13,9 +13,12 @@
|
||||||
"all": "npm run build && npm run format && npm run package && npm test",
|
"all": "npm run build && npm run format && npm run package && npm test",
|
||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/souravchanduka/toolkit.git",
|
"url": "git+https://github.com/actions/toolkit.git",
|
||||||
"directory": "packages/oidc-client"
|
"directory": "packages/oidc-client"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -26,7 +29,6 @@
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"author": "Sourav Chanduka",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
|
@ -47,7 +49,7 @@
|
||||||
"jwt-decode": "3.1.2"
|
"jwt-decode": "3.1.2"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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