aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/github.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/github.js')
-rw-r--r--application/github.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/github.js b/application/github.js
index 51dafea..5a06f54 100644
--- a/application/github.js
+++ b/application/github.js
@@ -1,8 +1,8 @@
import * as config from './config'
let token
-let installation
-let repositories
+export let installation
+export let repositories
function request (...args) {
return fetch(...args).then(res => {