From 1a0e640e3c90f170365de9fa13f97cd2387ce3d5 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 19 Nov 2023 17:42:01 +0300 Subject: Fixed a bug in upgrading popupServices settings https://github.com/libredirect/browser_extension/issues/829 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') 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 +} -- cgit 1.4.1