Skip to content

Commit

Permalink
Update repository links in package.json
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 3c15e74 commit 54b7533
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vscode-extension-samples/menu-item-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Menu item sample for Zowe Explorer",
"version": "0.0.1",
"publisher": "Zowe",
"repository": "https://github.com/zowe/zowe-explorer-vscode/samples/menu-item-sample",
"repository": "https://github.com/zowe/zowe-client-samples/tree/main/vscode-extension-samples",
"engines": {
"vscode": "^1.79.0"
},
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension-samples/tree-view-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tree view sample for Zowe Explorer",
"version": "0.0.1",
"publisher": "Zowe",
"repository": "https://github.com/zowe/zowe-explorer-vscode/samples/tree-view-sample",
"repository": "https://github.com/zowe/zowe-client-samples/tree/main/vscode-extension-samples",
"engines": {
"vscode": "^1.79.0"
},
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension-samples/uss-profile-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "USS profile sample for Zowe Explorer",
"version": "0.0.1",
"publisher": "Zowe",
"repository": "https://github.com/zowe/zowe-explorer-vscode/samples/uss-profile-sample",
"repository": "https://github.com/zowe/zowe-client-samples/tree/main/vscode-extension-samples",
"engines": {
"vscode": "^1.79.0"
},
Expand Down
3 changes: 2 additions & 1 deletion vscode-extension-samples/vue-webview-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "vue-webview-sample",
"displayName": "vue-webview-sample",
"description": "Sample VSCode extension leveraging ZE API WebView class and a Vite-powered Vue demo",
"private": true,
"version": "0.0.1",
"publisher": "Zowe",
"repository": "https://github.com/zowe/zowe-client-samples/tree/main/vscode-extension-samples",
"engines": {
"vscode": "^1.79.0"
},
Expand Down

0 comments on commit 54b7533

Please sign in to comment.