Skip to content

Commit 4d64628

Browse files
committed
fix: missing import
1 parent d3202da commit 4d64628

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"dependencies": {
33
"js-yaml": "^4.1.0",
4-
"jszip": "^3.10.1"
4+
"jszip": "^3.10.1",
5+
"simple-git": "^3.28.0",
6+
"unzipper": "^0.12.3"
57
}
68
}

0 commit comments

Comments
 (0)