Merge pull request #2674 from silverwind/patch-1

Fix letter case in repo URL
This commit is contained in:
Alexandru Dima 2021-10-08 06:51:19 +02:00 committed by GitHub
commit 3f21d2b2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
"module": "./esm/vs/editor/editor.main.js", "module": "./esm/vs/editor/editor.main.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/monaco-editor" "url": "https://github.com/microsoft/monaco-editor"
}, },
"devDependencies": { "devDependencies": {
"clean-css": "^5.1.1", "clean-css": "^5.1.1",