mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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 <jviottidc@gmail.com>
This commit is contained in:
parent
ad758cf391
commit
36bd696da9
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user