Skip to content

Commit bf09f54

Browse files
committed
add repo
1 parent 42526bd commit bf09f54

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/monaco-plugin-ob/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbase-odc/monaco-plugin-ob",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -12,6 +12,10 @@
1212
"build": "tsc && npm run buildWorker",
1313
"watch": "tsc -w"
1414
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/oceanbase/odc-parser-js/packages/monaco-plugin-ob"
18+
},
1519
"keywords": [
1620
"Monaco",
1721
"OceanBase",

packages/ob-parser-js/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbase-odc/ob-parser-js",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "OB 前端解析工具库",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",
@@ -15,6 +15,10 @@
1515
"prepublishOnly": "npm run build && npm run test",
1616
"test": "jest"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/oceanbase/odc-parser-js/packages/ob-parser-js"
21+
},
1822
"dependencies": {
1923
"antlr4": "~4.8.0",
2024
"lodash": "^4.17.20"

0 commit comments

Comments
 (0)