Auto-merge for PR #936 via VersionBot

Update klaw now that the fork changes has been finished & released
This commit is contained in:
resin-io-versionbot[bot] 2018-08-02 10:37:40 +00:00 committed by GitHub
commit d5fd5f5f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v7.8.4 - 2018-08-02
* Update klaw #936 [Tim Perry]
## v7.8.3 - 2018-07-25
* Follow links found during builds #931 [Tim Perry]

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

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "7.8.3",
"version": "7.8.4",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -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",