Upgrade resin-sync to fix node 8 bug

Connects-To: #543
Change-Type: patch
This commit is contained in:
Tim Perry 2017-06-30 19:49:35 +02:00
parent a65868cbbf
commit 4aadfe9326
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Bump resin-sync@8.0.0
- Bump resin-sync@8.0.1
- Permit resin sync to collaborators
- Fix "'cwd' must be a string" error in Node 8
- Do not explicitly disable ControlMaster option for device SSH connections
## [6.0.0] - 2017-06-26

View File

@ -85,7 +85,7 @@
"resin-sdk-preconfigured": "^6.4.1",
"resin-settings-client": "^3.6.1",
"resin-stream-logger": "^0.0.4",
"resin-sync": "^8.0.0",
"resin-sync": "^8.0.1",
"rimraf": "^2.4.3",
"rindle": "^1.0.0",
"semver": "^5.3.0",