diff --git a/packages/github/src/github.ts b/packages/github/src/github.ts index cfc83758..5c85e406 100644 --- a/packages/github/src/github.ts +++ b/packages/github/src/github.ts @@ -6,7 +6,7 @@ import * as Context from './context' // We need this in order to extend Octokit Octokit.prototype = new Octokit() -module.exports.context = new Context.Context() +export const context = new Context.Context() export class GitHub extends Octokit { graphql: (