mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-28 15:48:03 +08:00
Resolved issues
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
"all": "npm run build && npm run format && npm run package && npm test",
|
||||
"tsc":"tsc",
|
||||
"type": "module"
|
||||
"tsc":"tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/souravchanduka/toolkit.git"
|
||||
"url": "git+https://github.com/souravchanduka/toolkit.git",
|
||||
"directory": "packages/oidc-client"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
@@ -32,22 +32,20 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/http-client": "^1.0.11",
|
||||
"@octokit/core": "^3.4.0"
|
||||
"@octokit/core": "^3.4.0",
|
||||
"jwt-decode":"3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^14.14.9",
|
||||
"@typescript-eslint/parser": "^4.8.1",
|
||||
"@vercel/ncc": "^0.25.1",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-plugin-github": "^4.1.3",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"jest": "^26.6.3",
|
||||
"jest-circus": "^26.6.3",
|
||||
"js-yaml": "^3.14.0",
|
||||
"prettier": "2.2.1",
|
||||
"ts-jest": "^26.4.4",
|
||||
"typescript": "^4.1.3"
|
||||
"typescript": "^4.1.3",
|
||||
"jwt-decode": "3.1.2"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/souravchanduka/toolkit/issues"
|
||||
|
||||
Reference in New Issue
Block a user