Update links

This commit is contained in:
Alex Dima 2021-11-16 23:18:23 +01:00
parent 97da96fa8c
commit 903a92c7bb
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
8 changed files with 224 additions and 28 deletions

View file

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

View file

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