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

This commit is contained in:
Pierre Donias 2018-09-28 17:01:43 +02:00
parent 342c1bc6fa
commit 929ca767ca
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@
"xo-collection": "^0.4.1",
"xo-common": "^0.1.1",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.3",
"xo-vmdk-to-vhd": "^0.1.4",
"yazl": "^2.4.3"
},
"devDependencies": {

View File

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

View File

@ -139,7 +139,7 @@
"xo-common": "^0.1.1",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.3"
"xo-vmdk-to-vhd": "^0.1.4"
},
"scripts": {
"build": "NODE_ENV=production gulp build",