Skip to content

Commit

Permalink
fix: export module for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marconi1992 committed Sep 15, 2019
1 parent 8e0681e commit d031f60
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 @@ -57,4 +57,4 @@ class NovaConsumerPlugin {
}
}

export default NovaConsumerPlugin;
module.exports = NovaConsumerPlugin;

0 comments on commit d031f60

Please sign in to comment.