mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Update klaw
The changes from our fork have now been completed and released Change-type: patch Signed-off-by: Tim Perry <tim@resin.io>
This commit is contained in:
parent
148d15b6d9
commit
7c75346a1a
@ -110,7 +110,7 @@ exports.tarDirectory = tarDirectory = (dir) ->
|
||||
streamToPromise = require('stream-to-promise')
|
||||
|
||||
getFiles = ->
|
||||
streamToPromise(klaw(dir, { followLinks: true }))
|
||||
streamToPromise(klaw(dir))
|
||||
.filter((item) -> not item.stats.isDirectory())
|
||||
.map((item) -> item.path)
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
||||
"inquirer": "^3.1.1",
|
||||
"is-root": "^1.0.0",
|
||||
"js-yaml": "^3.10.0",
|
||||
"klaw": "github:resin-io-modules/node-klaw#follow-symlinks",
|
||||
"klaw": "^3.0.0",
|
||||
"lodash": "^4.17.4",
|
||||
"mixpanel": "^0.4.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user