Actually add @actions/core as a dependency

This commit is contained in:
Benjamin Lannon 2021-05-29 11:15:42 -04:00
commit 6da4caea15
4 changed files with 16 additions and 5 deletions

View file

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