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

This commit is contained in:
Pierre Donias 2019-01-31 15:30:17 +01:00
parent ab4c3bc416
commit a46a95b6fa
3 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@
"xo-collection": "^0.4.1", "xo-collection": "^0.4.1",
"xo-common": "^0.2.0", "xo-common": "^0.2.0",
"xo-remote-parser": "^0.5.0", "xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.5", "xo-vmdk-to-vhd": "^0.1.6",
"yazl": "^2.4.3" "yazl": "^2.4.3"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

@ -141,7 +141,7 @@
"xo-common": "^0.2.0", "xo-common": "^0.2.0",
"xo-lib": "^0.8.0", "xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0", "xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.5" "xo-vmdk-to-vhd": "^0.1.6"
}, },
"scripts": { "scripts": {
"build": "NODE_ENV=production gulp build", "build": "NODE_ENV=production gulp build",