Skip to content

Commit fbc2f1e

Browse files
committed
Added repository directory entry to package.json
1 parent dd2f0de commit fbc2f1e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/TypeFox/monaco-languageclient.git"
13+
"url": "https://github.com/TypeFox/monaco-languageclient",
14+
"directory": "packages/client"
1415
},
1516
"bugs": {
1617
"url": "https://github.com/TypeFox/monaco-languageclient/issues"

packages/vscode-ws-jsonrpc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/TypeFox/monaco-languageclient.git"
13+
"url": "https://github.com/TypeFox/monaco-languageclient",
14+
"directory": "packages/vscode-ws-jsonrpc"
1415
},
1516
"bugs": {
1617
"url": "https://github.com/TypeFox/monaco-languageclient/issues"

0 commit comments

Comments
 (0)