Explorar o código

Fix letter case in repo URL

The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
silverwind %!s(int64=3) %!d(string=hai) anos
pai
achega
9f325e1160
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",