mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 16:13:59 +00:00
Auto-merge for PR #936 via VersionBot
Update klaw now that the fork changes has been finished & released
This commit is contained in:
commit
d5fd5f5f2d
@ -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]
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user