Skip to content

Commit

Permalink
Change ZE API to dev dep for menu-item-sample
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 3, 2024
1 parent a646bac commit 6a8ed0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions vscode-extension-samples/menu-item-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,12 @@
"lint": "eslint \"src/**/*.ts\"",
"watch": "tsc -watch -p ./"
},
"dependencies": {
"@zowe/zowe-explorer-api": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.19.14",
"@types/vscode": "^1.53.2",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@zowe/zowe-explorer-api": "^3.0.0",
"eslint": "^8.26.0",
"typescript": "^5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension-samples/menu-item-sample/src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import * as vscode from "vscode";
import { IZoweTreeNode } from "@zowe/zowe-explorer-api";
import type { IZoweTreeNode } from "@zowe/zowe-explorer-api";

// This method is called when your extension is activated
// Your extension is activated the very first time the command is executed
Expand Down

0 comments on commit 6a8ed0d

Please sign in to comment.