mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-25 00:44:48 +01:00
fix: add publisher and whatever vsce did
i dont know why it keeps adding itself into dependencies...
This commit is contained in:
parent
bace071cf9
commit
cc5bd6ea16
1 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
"displayName": "codemp",
|
||||
"description": "VSCode codemp plugin -- code multiplexer",
|
||||
"repository": "https://github.com/hexedtech/codemp-vscode",
|
||||
"publisher": "codemp",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"vscode": "^1.81.0"
|
||||
|
@ -101,14 +102,14 @@
|
|||
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||
"@typescript-eslint/parser": "^6.4.1",
|
||||
"@vscode/test-electron": "^2.3.4",
|
||||
"@vscode/vsce": "^2.32.0",
|
||||
"eslint": "^8.47.0",
|
||||
"glob": "^10.3.3",
|
||||
"mocha": "^10.2.0",
|
||||
"typescript": "^5.1.6",
|
||||
"npx": "^10.2.2"
|
||||
"npx": "^10.2.2",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"codemp": "^0.0.5"
|
||||
"codemp": "^0.0.5",
|
||||
"vsce": "^2.15.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue