Skip to content

Commit

Permalink
Release oxlint and vscode extension v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 23, 2024
1 parent 25a089b commit 2406e94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "0.2.3",
"version": "0.2.4",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/vscode": "1.85.0",
"@types/vscode": "1.80.0",
"@vscode/vsce": "^2.22.0",
"cross-env": "^7.0.3",
"esbuild": "^0.19.8",
Expand Down
8 changes: 4 additions & 4 deletions editors/vscode/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "0.2.4-alpha.0",
"version": "0.2.4",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",
Expand Down

0 comments on commit 2406e94

Please sign in to comment.