Skip to content

Commit

Permalink
build: vscode requires at least version 1.73.0 (seatonjiang#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed Dec 3, 2022
1 parent e5ec9e2 commit 73e0d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gitmoji-vscode",
"displayName": "Gitmoji",
"description": "Gitmoji tool for git commit messages in VSCode",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Seaton Jiang",
"email": "[email protected]"
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/seatonjiang/gitmoji-vscode/blob/main/README.md",
"engines": {
"vscode": "^1.40.0"
"vscode": "^1.73.0"
},
"keywords": [
"git",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"@types/vscode": "^1.40.0",
"@types/vscode": "^1.73.0",
"@vscode/test-electron": "^2.2.0",
"@vscode/l10n-dev": "^0.0.19",
"glob": "^8.0.3",
Expand Down

0 comments on commit 73e0d9f

Please sign in to comment.