Change 'design' to 'ohif:design' in package.js for each package

This commit is contained in:
Erik Ziegler 2017-01-16 19:20:04 +01:00 committed by Emanuel F. Oliveira
parent 9e69c43dda
commit 068192e035
7 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ clinical:hipaa-logger
aldeed:simple-schema # Third party package to deal with schemas
# OHIF Packages
design
ohif:design
ohif:core
ohif:cornerstone
ohif:viewerbase

View File

@ -5,7 +5,7 @@
# but you can also edit it by hand.
# OHIF Packages
design
ohif:design
ohif:core
ohif:cornerstone
ohif:viewerbase

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"babel-runtime": "^6.18.0"
"babel-runtime": "^6.20.0"
},
"devDependencies": {},
"scripts": {
@ -12,4 +12,4 @@
},
"author": "",
"license": "MIT"
}
}

View File

@ -19,7 +19,7 @@ Package.onUse(function(api) {
api.use('aldeed:template-extension@4.0.0');
// Our custom packages
api.use('design');
api.use('ohif:design');
api.use('ohif:core');
api.use('ohif:study-list');
api.use('ohif:cornerstone');

View File

@ -31,7 +31,7 @@ Package.onUse(function(api) {
// Our custom packages
api.use('ohif:cornerstone');
api.use('design');
api.use('ohif:design');
api.use('ohif:core');
api.use('ohif:log');
api.use('ohif:study-list');

View File

@ -24,7 +24,7 @@ Package.onUse(function(api) {
api.use('gilbertwat:bootstrap3-daterangepicker');
// Our custom packages
api.use('design');
api.use('ohif:design');
api.use('ohif:core');
api.use('ohif:log');
api.use('ohif:dicom-services');

View File

@ -21,7 +21,7 @@ Package.onUse(function(api) {
api.use('aldeed:template-extension@4.0.0');
// Our custom packages
api.use('design');
api.use('ohif:design');
api.use('ohif:core');
api.use('ohif:study-list');