1
0
Fork 0

Fix exports

pull/41/head
Danny McCormick 2019-08-05 08:53:51 -04:00 committed by GitHub
parent f9ab88cdc3
commit fc9958ec6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import * as Context from './context'
// We need this in order to extend Octokit // We need this in order to extend Octokit
Octokit.prototype = new Octokit() Octokit.prototype = new Octokit()
module.exports.context = new Context.Context() export const context = new Context.Context()
export class GitHub extends Octokit { export class GitHub extends Octokit {
graphql: ( graphql: (