Revert engine bump (#728)

* Revert engine bump
We are doing another release today

* And this
This commit is contained in:
Rob Lourens
2025-08-22 12:44:48 -07:00
committed by GitHub
parent 06b6bc8c3c
commit 7be3b9352d
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
"engines": {
"node": ">=22.14.0",
"npm": ">=9.0.0",
"vscode": "^1.104.0-20250825"
"vscode": "^1.104.0-20250822"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@@ -23,7 +23,7 @@
"icon": "assets/copilot.png",
"pricing": "Trial",
"engines": {
"vscode": "^1.104.0-20250825",
"vscode": "^1.104.0-20250822",
"npm": ">=9.0.0",
"node": ">=22.14.0"
},