Skip to content

Commit

Permalink
Merge pull request #516 from rcroote/fix-typescript-default
Browse files Browse the repository at this point in the history
TypeScript: Missing default export
  • Loading branch information
matthewp committed Nov 5, 2018
2 parents 08af410 + 8a4ed07 commit ca14414
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,4 +790,4 @@

var globalPage = createPage();
module.exports = globalPage;
page.default = globalPage;
module.exports.default = globalPage;
Loading

0 comments on commit ca14414

Please sign in to comment.