Skip to content

Commit

Permalink
Merge pull request #52 from denco/fix/vsce_publish
Browse files Browse the repository at this point in the history
fix vsce prepackage
  • Loading branch information
denco authored Nov 4, 2023
2 parents 5cdf4af + 94856c0 commit 31ae19f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"license": "MIT",
"homepage": "https://github.com/denco/vscode-confluence-markup/blob/master/README.md",
"engines": {
"vscode": "^1.40.0"
"vscode": "^1.75.0"
},
"activationEvents": [
],
"main": "./out/extension",
"contributes": {
"configuration": {
Expand Down Expand Up @@ -135,7 +137,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/vscode": "^1.84.0",
"@types/vscode": "^1.75.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.5.2",
Expand Down

0 comments on commit 31ae19f

Please sign in to comment.