Skip to content

Commit 6d60296

Browse files
committed
fix: add repository and keywords
1 parent f8a80ba commit 6d60296

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

extension-api/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
"license": "UPL-1.0",
77
"private": false,
88
"types": "dist/index.d.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/oracle/sql-developer-vscode.git",
12+
"directory": "extension-api"
13+
},
14+
"keywords": [
15+
"Oracle",
16+
"SQL",
17+
"VSCode",
18+
"API"
19+
],
920
"scripts": {
1021
"update:version": "./scripts/update-version",
1122
"licensify": "./scripts/licensify",
@@ -16,4 +27,4 @@
1627
"dts-bundle-generator": "^9.5.1",
1728
"typescript": "^5.7.3"
1829
}
19-
}
30+
}

0 commit comments

Comments
 (0)