From 2d110e492d1887fb771d9abcc190b5b8a13c634b Mon Sep 17 00:00:00 2001 From: Alexander Krause <akr@informatik.uni-kiel.de> Date: Wed, 14 Jun 2017 10:50:03 +0200 Subject: [PATCH] added archiver to dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9167364..98ab10f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "fs": "0.0.1-security", "morgan": "^1.8.2", "node-zip": "^1.1.1", - "path": "^0.12.7" + "path": "^0.12.7", + "archiver": "^1.3.0" } } -- GitLab