From b68dc7505317cdb6eb4cfef5ad7af76fbd0ea045 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 3 Dec 2019 23:31:20 +0100 Subject: [PATCH] removed unused import --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e0295d4..8dcd553 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "bin": "npm run build && pkg lib/autorestic.js --targets latest-macos-x64,latest-linux-x64 --out-path bin" }, "devDependencies": { - "@types/decompress": "^4.2.3", "@types/js-yaml": "^3.12.1", "@types/minimist": "^1.2.0", "@types/node": "^12.11.7",