Fix letter case in repo URL

The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
This commit is contained in:
silverwind 2021-09-28 15:41:53 +02:00 committed by GitHub
parent 6190b68c94
commit 9f325e1160
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",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-editor"
"url": "https://github.com/microsoft/monaco-editor"
},
"devDependencies": {
"clean-css": "^5.1.1",