Skip to content

Commit

Permalink
fix: correct export of findPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Mar 14, 2019
1 parent a20aad7 commit df17527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/core/findPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import findPlugins from '../tools/findPlugins';

export default findPlugins;
module.exports = findPlugins;

0 comments on commit df17527

Please sign in to comment.