From 6f8bd8fdc90bf6e6f77591a28031edae4e58ceed Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 27 May 2018 15:28:09 +0200 Subject: [PATCH] Fix missing dependency To export the notes we need the archiver package that takes care of creating the zip files. Looks like I forgot this one in the initial commit. Signed-off-by: Sheogorath --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1d96de8..f676a4c 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "dependencies": { "Idle.Js": "git+https://github.com/shawnmclean/Idle.js", + "archiver": "^2.1.1", "async": "^2.1.4", "aws-sdk": "^2.7.20", "base64url": "^3.0.0",