From 83f4a06336826b0a08ac90ad5f124d3bdad1e7c1 Mon Sep 17 00:00:00 2001 From: kodxana Date: Thu, 8 Oct 2020 12:43:54 +0200 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 604f519..cf1f604 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,8 @@ "cross-env": "^7.0.2", "npm-run-all": "^4.1.5", "parcel-bundler": "^1.12.4", - "web-ext": "^5.2.0" + "web-ext": "^5.2.0", + "braces": ">=2.3.1", + "node-forge": ">=0.10.0" } }