mirror of https://github.com/coder/code-server.git
Update links in package.json
I will try checking the docs too
This commit is contained in:
parent
439f27c568
commit
dfeca1c2bd
|
@ -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 New Issue