Skip to content

Commit

Permalink
Target 1.92
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Sep 1, 2024
1 parent 19b2955 commit 855d5bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "helloworld-2022",
"displayName": "HelloWorld 2022",
"version": "0.2.3",
"description": "Because helloworld was taken??",
"description": "Because helloworld was taken!",
"categories": [
"Other"
],
Expand Down Expand Up @@ -69,10 +69,6 @@
}
]
},
"activationEvents": [
"onCommand:helloworld.helloWorld",
"onCommand:helloworld.time"
],
"lint-staged": {
"*": "prettier --check",
"src/*": [
Expand Down Expand Up @@ -103,6 +99,6 @@
"vscode-tmgrammar-test": "^0.1.1"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.92.0"
}
}

0 comments on commit 855d5bb

Please sign in to comment.