Skip to content

Commit cd27c56

Browse files
committed
chore: upgrade version
1 parent d0d2327 commit cd27c56

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

build/monaco/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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
}

0 commit comments

Comments
 (0)