mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-08-28 22:18:45 -04:00
fix: depend on pify
This commit is contained in:
parent
18579217e8
commit
4f3d6ebaf1
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@
|
|||
"dependencies": {
|
||||
"ajv": "6.3.0",
|
||||
"async": "2.6.0",
|
||||
"gzip-js": "0.3.2",
|
||||
"jszip": "3.1.5",
|
||||
"gzip-js": "0.3.2"
|
||||
"pify": "4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue