sync.js: Switch from resin-sync to balena-sync

Change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
This commit is contained in:
Pablo Carranza Velez 2018-11-23 14:20:32 -08:00
parent 2a183e1258
commit cbcf046d91
3 changed files with 754 additions and 757 deletions

1507
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,7 @@
"request": "^2.51.0",
"resin-lint": "^2.0.1",
"resin-register-device": "^3.0.0",
"resin-sync": "^9.3.0",
"balena-sync": "^10.0.0",
"resumable-request": "^2.0.0",
"rwlock": "^5.0.0",
"shell-quote": "^1.6.1",

View File

@ -11,7 +11,7 @@
fs = require('fs');
doSync = require('resin-sync').sync('local-resin-os-device').sync;
doSync = require('balena-sync').sync('local-resin-os-device').sync;
// Avoid a super confusing error where the cwd doesn't exist
dir = __dirname + '/dist';