Skip to content

Commit e84e923

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

build/monaco/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
2-
"name": "monaco-editor-core",
3-
"private": true,
4-
"version": "0.0.0",
2+
"name": "@opensumi/monaco-editor-core",
3+
"version": "0.53.0-patch.1",
54
"description": "A browser based code editor",
6-
"author": "Microsoft Corporation",
5+
"author": "Microsoft Corporation and open source contributors",
76
"license": "MIT",
87
"typings": "./esm/vs/editor/editor.api.d.ts",
98
"module": "./esm/vs/editor/editor.main.js",
109
"repository": {
1110
"type": "git",
12-
"url": "https://github.com/microsoft/vscode"
11+
"url": "https://github.com/opensumi/monaco-editor-core"
1312
},
1413
"bugs": {
15-
"url": "https://github.com/microsoft/vscode/issues"
14+
"url": "https://github.com/opensumi/monaco-editor-core/issues"
15+
},
16+
"publishConfig": {
17+
"registry": "https://registry.npmjs.org/"
1618
}
1719
}

0 commit comments

Comments
 (0)