Skip to content

Commit

Permalink
export default instead of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Ruscon committed Jan 5, 2018
1 parent a052cab commit d4f20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const register = (server, options) => {
});
};

exports.plugin = {
exports.default = {
register,
pkg: require('./package.json')
};

0 comments on commit d4f20cc

Please sign in to comment.