Skip to content

Commit

Permalink
remove l10n key
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarpunk committed Aug 7, 2023
1 parent 4531f3d commit 2f8b5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"url": "https://github.com/nazarpunk/vscode-jass-vanilla/issues"
},
"main": "./out/extension.js",
"l10n": "./l10n",
"scripts": {
"esbuild-docs": "esbuild jass=docs/main.ts zinc=docs/zinc/main.ts wts=docs/wts/main.ts calculator=docs/calculator/main.mjs gen=docs/_gen/gen.ts --outdir=docs/out --target=es2020 --bundle --external:vscode --external:fs --format=cjs --platform=browser --tree-shaking=true --sourcemap --watch",
"esbuild-base": "esbuild extension=src/extension.ts slkGrid=src/slk/js/main.ts --outdir=out --tsconfig=src/tsconfig.json --target=es2020 --bundle --external:vscode --external:fs --format=cjs --platform=node --tree-shaking=true --sourcemap",
Expand Down

0 comments on commit 2f8b5e9

Please sign in to comment.