瀏覽代碼

Merge pull request #2674 from silverwind/patch-1

Fix letter case in repo URL
Alexandru Dima 3 年之前
父節點
當前提交
3f21d2b2de
共有 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",