Skip to content

Commit

Permalink
🔖Updated package 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Oct 6, 2024
1 parent d1d3708 commit fa266e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
node_modules/
out/
src/language/generated/
syntaxes/
*.vsix
Binary file removed limboole-0.3.0.vsix
Binary file not shown.
8 changes: 0 additions & 8 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "tsc -b tsconfig.src.json && node esbuild.mjs",
"watch": "concurrently -n tsc,esbuild -c blue,yellow \"tsc -b tsconfig.src.json --watch\" \"node esbuild.mjs --watch\"",
"lint": "eslint src",
"lint": "eslint src --ext ts",
"langium:generate": "langium generate",
"langium:watch": "langium generate --watch",
"vscode:prepublish": "npm run build && npm run lint",
Expand All @@ -29,7 +29,6 @@
"eslint": "~8.57.0",
"langium-cli": "~3.2.0",
"typescript": "~5.1.6",
"@types/vscode": "~1.82.0",
"concurrently": "~8.2.1",
"esbuild": "~0.20.2",
"vitest": "~1.4.0"
Expand Down

0 comments on commit fa266e5

Please sign in to comment.