Skip to content

Commit

Permalink
Support older vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 24, 2024
1 parent ec175d2 commit 96d1bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/aliariff/vscode-erb-beautify"
},
"engines": {
"vscode": "^1.86.0"
"vscode": "^1.80.0"
},
"categories": [
"Formatters"
Expand Down Expand Up @@ -98,7 +98,7 @@
"@semantic-release/git": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/vscode": "^1.86.0",
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vscode/test-cli": "^0.0.4",
Expand All @@ -111,4 +111,4 @@
"dependencies": {
"is-wsl": "^2.2.0"
}
}
}

0 comments on commit 96d1bd5

Please sign in to comment.