From 5f73937768e64583e5cdc56a912b862e2a782f75 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 14 Oct 2021 09:12:39 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BC=20Move=207zip-min=20from=20devDeps?= =?UTF-8?q?=20to=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9f9d3d..0d73ad9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "@types/unzipper": "^0.10.3", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", - "7zip-min": "^1.4.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prefer-arrow": "^1.2.2", @@ -48,6 +47,7 @@ "imghash": "^0.0.9", "jsdom": "^15.2.1", "leven": "^3.1.0", + "7zip-min": "^1.4.0", "lodash": "^4.17.21", "mkdirp": "^0.5.5", "moleculer": "^0.14.16",