Skip to content

Commit

Permalink
feat(universal_plugin): change plugin name regex
Browse files Browse the repository at this point in the history
  • Loading branch information
fXy-during committed May 15, 2020
1 parent 185439f commit 8384b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/feflow-cli/src/core/plugin/loadUniversalPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type PluginPkgConfig = {
name: string;
};

const toolRegex = /^feflow-(?:devkit|plugin)-tool-(.*)/i;
const toolRegex = /^feflow-(?:devkit|plugin)-(.*)/i;

const platformMap = {
aix: 'linux',
Expand Down

0 comments on commit 8384b58

Please sign in to comment.