Skip to content

Commit 13f288d

Browse files
authored
Merge pull request #16 from openimis/feature/fix-missing-import
fix: missing import
2 parents d3202da + 4d64628 commit 13f288d

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)