Browse Source
Update links in package.json
I will try checking the docs too
bpmct/link-check
LG
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
package.json
|
|
@ -3,11 +3,11 @@ |
|
|
|
"license": "MIT", |
|
|
|
"version": "4.0.2", |
|
|
|
"description": "Run VS Code on a remote server.", |
|
|
|
"homepage": "https://github.com/cdr/code-server", |
|
|
|
"homepage": "https://github.com/coder/code-server", |
|
|
|
"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": { |
|
|
|
"clean": "./ci/build/clean.sh", |
|
|
|
"build": "./ci/build/build-code-server.sh", |
|
|
|