Publish scoped version of ohif-cornerstone-extension

This commit is contained in:
dannyrb 2019-05-30 12:48:41 -04:00
parent 57203d783e
commit 22b1c89c07
2 changed files with 10 additions and 5 deletions

View File

@ -0,0 +1 @@
# @ohif/extension-cornerstone

View File

@ -1,6 +1,6 @@
{
"name": "ohif-cornerstone-extension",
"version": "0.0.33",
"name": "@ohif/extension-cornerstone",
"version": "0.0.34",
"description": "OHIF extension for Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -39,7 +39,7 @@
"@babel/runtime": "^7.2.0",
"classnames": "^2.2.6",
"lodash.throttle": "^4.1.1",
"react-cornerstone-viewport": "0.1.28"
"react-cornerstone-viewport": "0.1.29"
},
"devDependencies": {
"@babel/core": "^7.2.2",
@ -92,6 +92,10 @@
"not op_mini all"
],
"files": [
"dist"
]
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}