Skip to content

Commit

Permalink
Revert "fix: correct export of findPlugins"
Browse files Browse the repository at this point in the history
This reverts commit df17527.
  • Loading branch information
grabbou committed Mar 14, 2019
1 parent 962a59c commit 33647ab
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';

module.exports = findPlugins;
export default findPlugins;

0 comments on commit 33647ab

Please sign in to comment.