diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-01 12:22:15 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-01 12:22:15 +0300 |
commit | 19ef11ce991c3d001050c9724bd2b60cf565dae2 (patch) | |
tree | ef997de12989a1c4e319ed63adf941049cc65324 /package.json | |
parent | Fixed locales and other typing stuff (diff) | |
download | libredirect-19ef11ce991c3d001050c9724bd2b60cf565dae2.zip |
Readded Neuters https://github.com/libredirect/libredirect/issues/604 . Tweaked localization code
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a35c3d40..5afbf163 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "npm": ">=8.1.2" }, "scripts": { - "start": "web-ext run --devtools", + "start": "web-ext run", "start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar", "build": "web-ext build", "test": "web-ext lint", |