Преглед на файлове

Fix letter case in repo URL

The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
silverwind преди 3 години
родител
ревизия
9f325e1160
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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",