File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " monaco-editor-core" ,
2+ "name" : " @opensumi/ monaco-editor-core" ,
33 "private" : true ,
4- "version" : " 0.0.0 " ,
4+ "version" : " 0.53.0-patch.1 " ,
55 "description" : " A browser based code editor" ,
6- "author" : " Microsoft Corporation" ,
6+ "author" : " Microsoft Corporation and open source contributors " ,
77 "license" : " MIT" ,
88 "typings" : " ./esm/vs/editor/editor.api.d.ts" ,
99 "module" : " ./esm/vs/editor/editor.main.js" ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/microsoft/vscode "
12+ "url" : " https://github.com/opensumi/monaco-editor-core "
1313 },
1414 "bugs" : {
15- "url" : " https://github.com/microsoft/vscode/issues"
15+ "url" : " https://github.com/opensumi/monaco-editor-core/issues"
16+ },
17+ "publishConfig" : {
18+ "registry" : " https://registry.npmjs.org/"
1619 }
1720}
You can’t perform that action at this time.
0 commit comments