🐞 fix: Update package.json for bundling

This commit is contained in:
Keith Solomon
2025-06-22 21:14:41 -05:00
parent f2ec8c38ac
commit b9530abd8b

View File

@@ -3,6 +3,10 @@
"displayName": "VSCode Project Roadmap", "displayName": "VSCode Project Roadmap",
"publisher": "solo-web-works", "publisher": "solo-web-works",
"description": "Extension to track a project by phase using a Markdown checklist file.", "description": "Extension to track a project by phase using a Markdown checklist file.",
"repository": {
"type": "git",
"url": "https://git.keithsolomon.net/Solo_Web_Works/VSCode_Project_Roadmap"
},
"version": "0.0.1", "version": "0.0.1",
"engines": { "engines": {
"vscode": "^1.101.0" "vscode": "^1.101.0"