Skip to content

Commit

Permalink
fix: updated default import (#13)
Browse files Browse the repository at this point in the history
* fix: updated default import

* fix: keep both exports and add default
  • Loading branch information
marco-ippolito authored Feb 14, 2023
1 parent e54e198 commit 2c4695b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ const buildFederationSchema = require('./lib/federation')
const mercuriusFederationPlugin = require('./lib/plugin')

module.exports = { mercuriusFederationPlugin, buildFederationSchema }
module.exports.default = mercuriusFederationPlugin

0 comments on commit 2c4695b

Please sign in to comment.