about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-11-19 17:42:01 +0300
committerManeraKai <manerakai@protonmail.com>2023-11-19 17:42:01 +0300
commit1a0e640e3c90f170365de9fa13f97cd2387ce3d5 (patch)
tree305ed911c12e59321b68b9853b619a2ba89023be /package.json
parentMerge branch 'Davilarek-patch-1' (diff)
downloadlibredirect-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.json6
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
+}