feat(xo-vmdk-to-vhd): 0.1.2
This commit is contained in:
parent
71eab7ba9b
commit
ec2db7f2d0
@ -119,7 +119,7 @@
|
|||||||
"xo-collection": "^0.4.1",
|
"xo-collection": "^0.4.1",
|
||||||
"xo-common": "^0.1.1",
|
"xo-common": "^0.1.1",
|
||||||
"xo-remote-parser": "^0.3",
|
"xo-remote-parser": "^0.3",
|
||||||
"xo-vmdk-to-vhd": "^0.1.1",
|
"xo-vmdk-to-vhd": "^0.1.2",
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xo-vmdk-to-vhd",
|
"name": "xo-vmdk-to-vhd",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"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": [
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
"xo-common": "^0.1.1",
|
"xo-common": "^0.1.1",
|
||||||
"xo-lib": "^0.8.0",
|
"xo-lib": "^0.8.0",
|
||||||
"xo-remote-parser": "^0.3",
|
"xo-remote-parser": "^0.3",
|
||||||
"xo-vmdk-to-vhd": "^0.1.1"
|
"xo-vmdk-to-vhd": "^0.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_ENV=production gulp build",
|
"build": "NODE_ENV=production gulp build",
|
||||||
|
Loading…
Reference in New Issue
Block a user