Refactor GitHubAppManager, add deps & config

This commit is contained in:
Johan Haals
2021-01-11 14:28:56 +01:00
parent 5d20d4bad8
commit 25a5d6bf2f
5 changed files with 109 additions and 117 deletions
+4 -1
View File
@@ -31,7 +31,10 @@
"dependencies": {
"@backstage/config": "^0.1.2",
"cross-fetch": "^3.0.6",
"git-url-parse": "^11.4.3"
"git-url-parse": "^11.4.3",
"@octokit/rest": "^18.0.12",
"@octokit/auth-app": "^2.10.5",
"moment": "^2.29.1"
},
"devDependencies": {
"@backstage/cli": "^0.4.5",