From 36bd696da9f3eb932c435047a68299435b45964b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 29 Apr 2016 09:45:52 -0400 Subject: [PATCH] Make use of etcher-image-write (#382) This is the new name of the older `resin-image-write` dependency. Signed-off-by: Juan Cruz Viotti --- lib/src/writer.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/writer.js b/lib/src/writer.js index e5ddec7b..e8533c59 100644 --- a/lib/src/writer.js +++ b/lib/src/writer.js @@ -16,7 +16,7 @@ 'use strict'; -const imageWrite = require('resin-image-write'); +const imageWrite = require('etcher-image-write'); const zipImage = require('resin-zip-image'); const Bluebird = require('bluebird'); const umount = Bluebird.promisifyAll(require('umount')); @@ -63,7 +63,7 @@ exports.getImageStream = function(image) { * @public * * @description - * See https://github.com/resin-io/resin-image-write for information + * See https://github.com/resin-io-modules/etcher-image-write for information * about the `state` object passed to `onProgress` callback. * * @param {String} image - path to image diff --git a/package.json b/package.json index 105e41c8..4e8fda41 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,12 @@ "bootstrap-sass": "^3.3.5", "chalk": "^1.1.3", "drivelist": "^3.0.0", + "etcher-image-write": "^4.0.2", "flexboxgrid": "^6.3.0", "is-elevated": "^1.0.0", "lodash": "^4.5.1", "ngstorage": "^0.3.10", "open": "0.0.5", - "resin-image-write": "^4.0.1", "resin-cli-errors": "^1.2.0", "resin-cli-form": "^1.4.1", "resin-cli-visuals": "^1.2.8",