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",