diff options
author | Sheogorath | 2018-05-27 15:28:09 +0200 |
---|---|---|
committer | Sheogorath | 2018-05-27 15:28:46 +0200 |
commit | 6f8bd8fdc90bf6e6f77591a28031edae4e58ceed (patch) | |
tree | dcc7d0d787b9b9f722498238a0f871cf5e3bfaee | |
parent | 75f28ca7f3600ab6483f38ad47a0c8430858f5c3 (diff) |
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 <sheogorath@shivering-isles.com>
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 1d96de85..f676a4cf 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", |