Skip to content

Commit 84d42ae

Browse files
authored
Merge pull request #2249 from TheRealPiotrP/dev/therealpiotrp/asyncFile
Fix for async-file issue
2 parents 19c3d6b + 837485e commit 84d42ae

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
lines changed

package-lock.json

Lines changed: 8 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"instrument": true
6969
},
7070
"dependencies": {
71+
"async-file": "^2.0.2",
7172
"fs-extra": "^5.0.0",
7273
"http-proxy-agent": "^2.0.0",
7374
"https-proxy-agent": "^2.1.1",
@@ -103,7 +104,6 @@
103104
"@types/yauzl": "^2.9.0",
104105
"archiver": "^2.1.1",
105106
"async-child-process": "^1.1.1",
106-
"async-file": "^2.0.2",
107107
"async-shelljs": "^0.1.2",
108108
"chai": "4.1.2",
109109
"chai-arrays": "2.0.0",
@@ -2660,4 +2660,4 @@
26602660
}
26612661
]
26622662
}
2663-
}
2663+
}

0 commit comments

Comments
 (0)