Skip to content

Commit

Permalink
Update vscode-generate-package-json (fixes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed May 8, 2023
1 parent 7b51ea4 commit 121d920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"contributes": {
"configuration": {
"type": "object",
"title": "Extension Configuration",
"title": "PHPStan",
"properties": {
"phpstan.binPath": {
"type": "string",
Expand Down Expand Up @@ -221,7 +221,7 @@
"format": "prettier --write client server",
"package": "yarn vsce package",
"package-dev": "VARIANT=\"debug\" yarn vsce package",
"generate-package": "generate-package-json generate --input shared/commands/defs.ts -w -p package.json --handler client/src/lib/commands.ts --validate --prefix PHPStan && prettier --write package.json",
"generate-package": "generate-package-json generate --input shared/commands/defs.ts -w -p package.json --handler client/src/lib/commands.ts --validate --name PHPStan && prettier --write package.json",
"prepush": "yarn generate-package && yarn format-staged && yarn lint --fix && yarn compile",
"devYarn": "yarn && yarn --cwd client && yarn --cwd server",
"postinstall": "yarn --cwd client && yarn --cwd server",
Expand Down Expand Up @@ -249,7 +249,7 @@
"tsx": "^3.7.0",
"typescript": "^4.5.5",
"vsce": "^2.10.0",
"vscode-generate-package-json": "^1.1.0",
"vscode-generate-package-json": "^1.2.0",
"vscode-languageclient": "^8.0.1",
"vscode-test": "^1.6.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3633,10 +3633,10 @@ vsce@^2.10.0:
yauzl "^2.3.1"
yazl "^2.2.2"

vscode-generate-package-json@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/vscode-generate-package-json/-/vscode-generate-package-json-1.1.0.tgz#623f810c3bc46fe7c9c5ff16369ec08a3d5bbf3e"
integrity sha512-4cExUrB1DRu9kKaaAYZwZCMoh1c/tBrKdi2sfoVG1GL8Iv6oQyw2oBEbqFpQVQ4CvuT6ynjCOLzUcuGDB08RDA==
vscode-generate-package-json@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/vscode-generate-package-json/-/vscode-generate-package-json-1.2.0.tgz#e9c6e178111ed283cd7dcd3db7dfcb247bd39d60"
integrity sha512-9g5QgYCk0DRVjEC3G6TdSPD32N42YjCyhSf+A5F5drFeOiZ9CkZscPuBcfHAxvArxXpAkbzKrduip4wKBxWCng==
dependencies:
ts-node "^10.5.0"

Expand Down

0 comments on commit 121d920

Please sign in to comment.