about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
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 f547b97e..01db7c34 100644
--- a/package.json
+++ b/package.json
@@ -23,11 +23,11 @@
 	},
 	"homepage": "https://libredirect.codeberg.page",
 	"devDependencies": {
-		"prettier": "2.7.1",
+		"ejs": "^3.1.8",
+		"prettier": "^2.7.1",
 		"web-ext": "^7.2.0"
 	},
 	"dependencies": {
-		"buffer": "^6.0.3",
-		"ejs": "^3.1.8"
+		"buffer": "^6.0.3"
 	}
 }