mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Update links in package.json
I will try checking the docs too
This commit is contained in:
parent
439f27c568
commit
dfeca1c2bd
1 changed files with 3 additions and 3 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"description": "Run VS Code on a remote server.",
|
"description": "Run VS Code on a remote server.",
|
||||||
"homepage": "https://github.com/cdr/code-server",
|
"homepage": "https://github.com/coder/code-server",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/cdr/code-server/issues"
|
"url": "https://github.com/coder/code-server/issues"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/cdr/code-server",
|
"repository": "https://github.com/coder/code-server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "./ci/build/clean.sh",
|
"clean": "./ci/build/clean.sh",
|
||||||
"build": "./ci/build/build-code-server.sh",
|
"build": "./ci/build/build-code-server.sh",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue