From fc9958ec6a57d1b08e9a387c49971faecd0f0405 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 5 Aug 2019 08:53:51 -0400 Subject: [PATCH] Fix exports --- packages/github/src/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: (