Change 'design' to 'ohif:design' in package.js for each package
This commit is contained in:
parent
9e69c43dda
commit
068192e035
@ -29,7 +29,7 @@ clinical:hipaa-logger
|
|||||||
aldeed:simple-schema # Third party package to deal with schemas
|
aldeed:simple-schema # Third party package to deal with schemas
|
||||||
|
|
||||||
# OHIF Packages
|
# OHIF Packages
|
||||||
design
|
ohif:design
|
||||||
ohif:core
|
ohif:core
|
||||||
ohif:cornerstone
|
ohif:cornerstone
|
||||||
ohif:viewerbase
|
ohif:viewerbase
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
# but you can also edit it by hand.
|
# but you can also edit it by hand.
|
||||||
|
|
||||||
# OHIF Packages
|
# OHIF Packages
|
||||||
design
|
ohif:design
|
||||||
ohif:core
|
ohif:core
|
||||||
ohif:cornerstone
|
ohif:cornerstone
|
||||||
ohif:viewerbase
|
ohif:viewerbase
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.18.0"
|
"babel-runtime": "^6.20.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -12,4 +12,4 @@
|
|||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@ Package.onUse(function(api) {
|
|||||||
api.use('aldeed:template-extension@4.0.0');
|
api.use('aldeed:template-extension@4.0.0');
|
||||||
|
|
||||||
// Our custom packages
|
// Our custom packages
|
||||||
api.use('design');
|
api.use('ohif:design');
|
||||||
api.use('ohif:core');
|
api.use('ohif:core');
|
||||||
api.use('ohif:study-list');
|
api.use('ohif:study-list');
|
||||||
api.use('ohif:cornerstone');
|
api.use('ohif:cornerstone');
|
||||||
|
|||||||
@ -31,7 +31,7 @@ Package.onUse(function(api) {
|
|||||||
|
|
||||||
// Our custom packages
|
// Our custom packages
|
||||||
api.use('ohif:cornerstone');
|
api.use('ohif:cornerstone');
|
||||||
api.use('design');
|
api.use('ohif:design');
|
||||||
api.use('ohif:core');
|
api.use('ohif:core');
|
||||||
api.use('ohif:log');
|
api.use('ohif:log');
|
||||||
api.use('ohif:study-list');
|
api.use('ohif:study-list');
|
||||||
|
|||||||
@ -24,7 +24,7 @@ Package.onUse(function(api) {
|
|||||||
api.use('gilbertwat:bootstrap3-daterangepicker');
|
api.use('gilbertwat:bootstrap3-daterangepicker');
|
||||||
|
|
||||||
// Our custom packages
|
// Our custom packages
|
||||||
api.use('design');
|
api.use('ohif:design');
|
||||||
api.use('ohif:core');
|
api.use('ohif:core');
|
||||||
api.use('ohif:log');
|
api.use('ohif:log');
|
||||||
api.use('ohif:dicom-services');
|
api.use('ohif:dicom-services');
|
||||||
|
|||||||
@ -21,7 +21,7 @@ Package.onUse(function(api) {
|
|||||||
api.use('aldeed:template-extension@4.0.0');
|
api.use('aldeed:template-extension@4.0.0');
|
||||||
|
|
||||||
// Our custom packages
|
// Our custom packages
|
||||||
api.use('design');
|
api.use('ohif:design');
|
||||||
api.use('ohif:core');
|
api.use('ohif:core');
|
||||||
api.use('ohif:study-list');
|
api.use('ohif:study-list');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user