Use julien-f-unzip instead of @julien-f/unzip.
This commit is contained in:
parent
206dfeb879
commit
c783039557
@ -28,7 +28,6 @@
|
||||
"url": "git://github.com/vatesfr/xo-server.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@julien-f/unzip": "^0.2.1",
|
||||
"app-conf": "^0.3.4",
|
||||
"babel-runtime": "^5",
|
||||
"base64url": "1.0.4",
|
||||
@ -48,6 +47,7 @@
|
||||
"js-yaml": "^3.2.7",
|
||||
"json-rpc-peer": "^0.9.2",
|
||||
"json-rpc-protocol": "^0.9.0",
|
||||
"julien-f-unzip": "^0.2.1",
|
||||
"lodash.assign": "^3.0.0",
|
||||
"lodash.bind": "^3.0.0",
|
||||
"lodash.clone": "^3.0.1",
|
||||
|
@ -4,7 +4,7 @@ import find from 'lodash.find'
|
||||
import forEach from 'lodash.foreach'
|
||||
import got from 'got'
|
||||
import map from 'lodash.map'
|
||||
import unzip from '@julien-f/unzip'
|
||||
import unzip from 'julien-f-unzip'
|
||||
import {PassThrough} from 'stream'
|
||||
import {promisify} from 'bluebird'
|
||||
import {Xapi as XapiBase} from 'xen-api'
|
||||
|
Loading…
Reference in New Issue
Block a user