1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix: globstars support on mac with copyfiles

This commit is contained in:
Saad Jutt
2021-07-05 13:11:40 +05:00
parent 6cac008b61
commit b132b99586
2 changed files with 6 additions and 1 deletions

5
package-lock.json generated
View File

@@ -10301,6 +10301,11 @@
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"bin": {
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
},
"engines": {
"node": ">=0.10.0"
}