bump package version
This commit is contained in:
parent
235f56c071
commit
aa250a9210
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ohif/extension-vtk",
|
"name": "@ohif/extension-vtk",
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"description": "OHIF extension for VTK.js",
|
"description": "OHIF extension for VTK.js",
|
||||||
"author": "OHIF",
|
"author": "OHIF",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -37,6 +37,12 @@
|
|||||||
"react-viewerbase": "^0.8.1",
|
"react-viewerbase": "^0.8.1",
|
||||||
"redux": "^4.0.1"
|
"redux": "^4.0.1"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/runtime": "^7.4.5",
|
||||||
|
"@ohif/i18n": "0.0.4",
|
||||||
|
"react-vtkjs-viewport": "0.0.9",
|
||||||
|
"vtk.js": "^8.9.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.5",
|
"@babel/core": "^7.4.5",
|
||||||
"@babel/plugin-external-helpers": "^7.2.0",
|
"@babel/plugin-external-helpers": "^7.2.0",
|
||||||
@ -100,11 +106,5 @@
|
|||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/runtime": "^7.4.5",
|
|
||||||
"@ohif/i18n": "0.0.4",
|
|
||||||
"react-vtkjs-viewport": "0.0.9",
|
|
||||||
"vtk.js": "^8.9.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user