mirror of
https://github.com/cdr/code-server.git
synced 2025-12-13 03:43:22 +01:00
4.5.2
This commit is contained in:
parent
be6cce23f0
commit
4c7242ccee
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-server",
|
||||
"license": "MIT",
|
||||
"version": "4.5.2-rc.1",
|
||||
"version": "4.5.2",
|
||||
"description": "Run VS Code on a remote server.",
|
||||
"homepage": "https://github.com/coder/code-server",
|
||||
"bugs": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"name": "test-plugin",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"code-server": "4.5.2-rc.1"
|
||||
"code-server": "^4.0.1"
|
||||
},
|
||||
"main": "out/index.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue