feat(@xen-orchestra/fs): 0.2.1

This commit is contained in:
Pierre Donias 2018-08-09 16:59:43 +02:00
parent f68d1539aa
commit c0b84ae848
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/fs",
"version": "0.2.0",
"version": "0.2.1",
"license": "AGPL-3.0",
"description": "The File System for Xen Orchestra backups.",
"keywords": [],

View File

@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/fs": "^0.2.0",
"@xen-orchestra/fs": "^0.2.1",
"cli-progress": "^2.0.0",
"exec-promise": "^0.7.0",
"struct-fu": "^1.2.0",

View File

@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "7.0.0-beta.54",
"@babel/preset-env": "7.0.0-beta.54",
"@babel/preset-flow": "7.0.0-beta.54",
"@xen-orchestra/fs": "^0.2.0",
"@xen-orchestra/fs": "^0.2.1",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.3",
"execa": "^0.10.0",

View File

@ -33,7 +33,7 @@
"dependencies": {
"@babel/polyfill": "7.0.0-beta.54",
"@xen-orchestra/cron": "^1.0.3",
"@xen-orchestra/fs": "^0.2.0",
"@xen-orchestra/fs": "^0.2.1",
"ajv": "^6.1.1",
"app-conf": "^0.5.0",
"archiver": "^2.1.0",