Skip to content

Commit

Permalink
enabling successful plugin installation with v3 zowe
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 13, 2024
1 parent a9a99b3 commit ef32cbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"uuid": "^3.4.0"
},
"peerDependencies": {
"@zowe/imperative": "^5.13.1"
"@zowe/imperative": "^8.0.0-next"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down
1 change: 0 additions & 1 deletion src/pluginDef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { ProfileConstants } from "./api/ProfileConstants";

const pluginDef: IImperativeConfig = {
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
pluginLifeCycle: __dirname + "/LifeCycleForSample",
pluginSummary: "Zowe CLI sample plug-in",
pluginAliases: ["zcsp"],
rootCommandDescription: "Welcome to the sample plug-in for Zowe CLI!\n\n The sample plug-in " +
Expand Down

0 comments on commit ef32cbe

Please sign in to comment.