Skip to content

Commit a186663

Browse files
authored
Merge pull request #152 from japneetlambdatest/MLE-10028
MLE-10028async added in package.json for lower node version
2 parents ec99bb1 + 3a52f11 commit a186663

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ dist
106106

107107
*.DS_Store
108108
examples/
109+
cypress/

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@lambdatest/node-tunnel": "^3.0.0",
21+
"async": "^3.2.3",
2122
"archiver": "^5.1.0",
2223
"glob": "^7.1.6",
2324
"node-stream-zip": "^1.15.0",

0 commit comments

Comments
 (0)