Skip to content

Commit 1b42880

Browse files
committed
fix repo urk
1 parent bf09f54 commit 1b42880

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/monaco-plugin-ob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbase-odc/monaco-plugin-ob",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/oceanbase/odc-parser-js/packages/monaco-plugin-ob"
17+
"url": "https://github.com/oceanbase/odc-parser-js"
1818
},
1919
"keywords": [
2020
"Monaco",

packages/ob-parser-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbase-odc/ob-parser-js",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "OB 前端解析工具库",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/oceanbase/odc-parser-js/packages/ob-parser-js"
20+
"url": "https://github.com/oceanbase/odc-parser-js"
2121
},
2222
"dependencies": {
2323
"antlr4": "~4.8.0",

0 commit comments

Comments
 (0)