mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Add Octokit deps directly
This commit is contained in:
parent
6e5ee1dc1c
commit
53cd48b63b
3 changed files with 471 additions and 106 deletions
|
|
@ -37,7 +37,10 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/github": "^3.0.0",
|
||||
"@actions/io": "^1.0.2"
|
||||
"@actions/io": "^1.0.2",
|
||||
"@octokit/core": "^2.5.3",
|
||||
"@octokit/plugin-paginate-rest": "^2.2.1",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^3.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^25.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue