Skip to content

Commit 6f8bd8f

Browse files
committed
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>
1 parent 75f28ca commit 6f8bd8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"dependencies": {
1818
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
19+
"archiver": "^2.1.1",
1920
"async": "^2.1.4",
2021
"aws-sdk": "^2.7.20",
2122
"base64url": "^3.0.0",

0 commit comments

Comments
 (0)