Actually add @actions/core as a dependency
This commit is contained in:
parent
f3fc93acca
commit
6da4caea15
4 changed files with 16 additions and 5 deletions
|
@ -10,8 +10,8 @@
|
|||
"build": "ncc build index.js -o lib -m"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/github": "^5.0.0",
|
||||
"@actions/core": "^1.3.0"
|
||||
"@actions/core": "^1.3.0",
|
||||
"@actions/github": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.28.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue