diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-11-19 17:42:01 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-11-19 17:42:01 +0300 |
commit | 1a0e640e3c90f170365de9fa13f97cd2387ce3d5 (patch) | |
tree | 305ed911c12e59321b68b9853b619a2ba89023be /package.json | |
parent | Merge branch 'Davilarek-patch-1' (diff) | |
download | libredirect-1a0e640e3c90f170365de9fa13f97cd2387ce3d5.zip |
Fixed a bug in upgrading popupServices settings https://github.com/libredirect/browser_extension/issues/829
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 76eb63eb..139d4773 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "homepage": "https://libredirect.github.io", "devDependencies": { - "web-ext": "^7.2.0", - "pug-cli": "^1.0.0-alpha6" + "pug-cli": "^1.0.0-alpha6", + "web-ext": "^7.2.0" }, "webExt": { "sourceDir": "./src/", @@ -35,4 +35,4 @@ "overwriteDest": true } } -} \ No newline at end of file +} |