From 2f8b5e9041f95428647b75ebe6811422055006b8 Mon Sep 17 00:00:00 2001 From: nazarpunk Date: Mon, 7 Aug 2023 15:59:48 +0300 Subject: [PATCH] remove l10n key --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 089a31e..ee8ef23 100644 --- a/package.json +++ b/package.json @@ -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",