mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Update links
This commit is contained in:
parent
97da96fa8c
commit
903a92c7bb
8 changed files with 224 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Monaco Editor Webpack Loader Plugin
|
||||
|
||||
A plugin to simplify loading the [Monaco Editor](https://github.com/Microsoft/monaco-editor) with [webpack](https://webpack.js.org/).
|
||||
A plugin to simplify loading the [Monaco Editor](https://github.com/microsoft/monaco-editor) with [webpack](https://webpack.js.org/).
|
||||
|
||||
## Installing
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/microsoft/monaco-editor-webpack-plugin.git"
|
||||
"url": "git+https://github.com/microsoft/monaco-editor.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
|
|
@ -25,9 +25,9 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/microsoft/monaco-editor-webpack-plugin/issues"
|
||||
"url": "https://github.com/microsoft/monaco-editor/issues"
|
||||
},
|
||||
"homepage": "https://github.com/microsoft/monaco-editor-webpack-plugin#readme",
|
||||
"homepage": "https://github.com/microsoft/monaco-editor#readme",
|
||||
"peerDependencies": {
|
||||
"webpack": "^4.5.0 || 5.x",
|
||||
"monaco-editor": "0.30.x"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue