Explorar el 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 hace 3 años
padre
commit
9f325e1160
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

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