Skip to content

Commit

Permalink
chore: repo directory
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 7, 2021
1 parent bf88588 commit 4be7806
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/code-gen/package.json
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/html2pug/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/shared/package.json
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/source-map/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/transforms/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/typescript-vue-plugin/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-client/package.json
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-pug-languageservice/package.json
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-server/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-typescript-languageservice/package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-vue-languageservice/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4be7806

Please sign in to comment.