|
@@ -2,7 +2,7 @@ var chalk = {};
|
|
|
|
|
|
module.exports = function() {
|
|
module.exports = function() {
|
|
return {
|
|
return {
|
|
- name: 'mws-carmen-castillo-landing-page',
|
|
|
|
|
|
+ name: '@mws/carmen-castillo-landing-page',
|
|
type: 'website',
|
|
type: 'website',
|
|
auto_load: true,
|
|
auto_load: true,
|
|
initialize: function(system) {
|
|
initialize: function(system) {
|
|
@@ -13,7 +13,7 @@ module.exports = function() {
|
|
this.system.carmenLandingPage = this;
|
|
this.system.carmenLandingPage = this;
|
|
if(this.system.carmenLandingPage == undefined)
|
|
if(this.system.carmenLandingPage == undefined)
|
|
this.system.log(this.system.chalk.red('Error: mws-carmen-castillo-landing-page module not found on system!'));
|
|
this.system.log(this.system.chalk.red('Error: mws-carmen-castillo-landing-page module not found on system!'));
|
|
- this.server = this.system.module_loader.instantiate_module(this.system, 'mws-server');
|
|
|
|
|
|
+ this.server = this.system.module_loader.instantiate_module(this.system, '@mws/server');
|
|
if(this.server == undefined)
|
|
if(this.server == undefined)
|
|
this.system.log(this.system.chalk.red('Error: Could not install mws-server for mws-carmen-castillo-landing-page module.'));
|
|
this.system.log(this.system.chalk.red('Error: Could not install mws-server for mws-carmen-castillo-landing-page module.'));
|
|
else {
|
|
else {
|