addressed comments

This commit is contained in:
Sourav Chanduka
2021-08-12 10:07:18 +05:30
parent cca2b1808b
commit 33891d9aef
5 changed files with 26 additions and 67 deletions

View File

@@ -35,8 +35,10 @@
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/http-client": "^1.0.11"
},
"devDependencies": {
"@actions/http-client": "^1.0.11",
"@types/node": "^12.0.2"
}
}