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:
Tim Perry 2018-08-01 16:43:06 +02:00
parent 148d15b6d9
commit 7c75346a1a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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",