From 4be78060a1604efcfb40a38a92580653476a6a5c Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Fri, 7 May 2021 14:12:04 +0800 Subject: [PATCH] chore: repo directory --- packages/code-gen/package.json | 3 ++- packages/html2pug/package.json | 3 ++- packages/shared/package.json | 3 ++- packages/source-map/package.json | 3 ++- packages/transforms/package.json | 3 ++- packages/typescript-vue-plugin/package.json | 3 ++- packages/vscode-client/package.json | 3 ++- packages/vscode-pug-languageservice/package.json | 3 ++- packages/vscode-server/package.json | 3 ++- packages/vscode-typescript-languageservice/package.json | 3 ++- packages/vscode-vue-languageservice/package.json | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/packages/code-gen/package.json b/packages/code-gen/package.json index 2cc1f7b01..327f1b868 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/code-gen" }, "dependencies": { "@volar/shared": "^0.25.2", diff --git a/packages/html2pug/package.json b/packages/html2pug/package.json index 25fb0e3fe..b3fa535fc 100644 --- a/packages/html2pug/package.json +++ b/packages/html2pug/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/html2pug" }, "devDependencies": { "@types/pug": "latest" diff --git a/packages/shared/package.json b/packages/shared/package.json index f5274e786..af5c2e135 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/shared" }, "dependencies": { "upath": "^2.0.1", diff --git a/packages/source-map/package.json b/packages/source-map/package.json index 40daae039..66c7c6994 100644 --- a/packages/source-map/package.json +++ b/packages/source-map/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/source-map" }, "dependencies": { "@volar/shared": "^0.25.2" diff --git a/packages/transforms/package.json b/packages/transforms/package.json index 0c241f534..d36db4699 100644 --- a/packages/transforms/package.json +++ b/packages/transforms/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/transforms" }, "dependencies": { "@volar/shared": "^0.25.2" diff --git a/packages/typescript-vue-plugin/package.json b/packages/typescript-vue-plugin/package.json index 3eacddfbd..90e722428 100644 --- a/packages/typescript-vue-plugin/package.json +++ b/packages/typescript-vue-plugin/package.json @@ -8,7 +8,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/typescript-vue-plugin" }, "devDependencies": { "typescript": "latest" diff --git a/packages/vscode-client/package.json b/packages/vscode-client/package.json index 0b9b71872..e355f6b9d 100644 --- a/packages/vscode-client/package.json +++ b/packages/vscode-client/package.json @@ -10,7 +10,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/vscode-client" }, "dependencies": { "@volar/shared": "^0.25.2", diff --git a/packages/vscode-pug-languageservice/package.json b/packages/vscode-pug-languageservice/package.json index c6f17db56..9a2ff565c 100644 --- a/packages/vscode-pug-languageservice/package.json +++ b/packages/vscode-pug-languageservice/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/vscode-pug-languageservice" }, "devDependencies": { "@types/pug": "latest", diff --git a/packages/vscode-server/package.json b/packages/vscode-server/package.json index 633a37d6b..5c4d802fc 100644 --- a/packages/vscode-server/package.json +++ b/packages/vscode-server/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/vscode-server" }, "devDependencies": { "@types/fs-extra": "latest" diff --git a/packages/vscode-typescript-languageservice/package.json b/packages/vscode-typescript-languageservice/package.json index 51c627c2a..8befb63cb 100644 --- a/packages/vscode-typescript-languageservice/package.json +++ b/packages/vscode-typescript-languageservice/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/vscode-typescript-languageservice" }, "devDependencies": { "typescript": "latest" diff --git a/packages/vscode-vue-languageservice/package.json b/packages/vscode-vue-languageservice/package.json index 1bb78dace..3b735ec8f 100644 --- a/packages/vscode-vue-languageservice/package.json +++ b/packages/vscode-vue-languageservice/package.json @@ -7,7 +7,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/johnsoncodehk/volar.git" + "url": "https://github.com/johnsoncodehk/volar.git", + "directory": "packages/vscode-vue-languageservice" }, "devDependencies": { "@types/estree": "latest",