feat(xo-vmdk-to-vhd): 0.1.2

This commit is contained in:
Julien Fontanet 2018-05-22 15:51:18 +02:00
parent 71eab7ba9b
commit ec2db7f2d0
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@
"xo-collection": "^0.4.1",
"xo-common": "^0.1.1",
"xo-remote-parser": "^0.3",
"xo-vmdk-to-vhd": "^0.1.1",
"xo-vmdk-to-vhd": "^0.1.2",
"yazl": "^2.4.3"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "xo-vmdk-to-vhd",
"version": "0.1.1",
"version": "0.1.2",
"license": "AGPL-3.0",
"description": "JS lib streaming a vmdk file to a vhd",
"keywords": [

View File

@ -138,7 +138,7 @@
"xo-common": "^0.1.1",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.3",
"xo-vmdk-to-vhd": "^0.1.1"
"xo-vmdk-to-vhd": "^0.1.2"
},
"scripts": {
"build": "NODE_ENV=production gulp build",