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