feat: added dependencies and removed .idea

This commit is contained in:
SethCohen
2022-08-24 00:36:52 -04:00
parent 09782e77e8
commit fd59991cc1
146 changed files with 60143 additions and 443 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3"
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.10"
}
}