Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Dec 19, 2024
1 parent d0d2327 commit e84e923
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "monaco-editor-core",
"private": true,
"version": "0.0.0",
"name": "@opensumi/monaco-editor-core",
"version": "0.53.0-patch.1",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"author": "Microsoft Corporation and open source contributors",
"license": "MIT",
"typings": "./esm/vs/editor/editor.api.d.ts",
"module": "./esm/vs/editor/editor.main.js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode"
"url": "https://github.com/opensumi/monaco-editor-core"
},
"bugs": {
"url": "https://github.com/microsoft/vscode/issues"
"url": "https://github.com/opensumi/monaco-editor-core/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit e84e923

Please sign in to comment.