1
0
Fork 0

package.json updated

pull/867/head
Sourav Chanduka 2021-07-27 08:47:54 +05:30
parent 7965cc3c7d
commit 456cf5a97f
2 changed files with 12 additions and 10 deletions

View File

@ -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",

View File

@ -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"
}