diff --git a/composer.json b/composer.json index ba2522f96f2c72fc910a00265b88f2d8a817d846..4cd4a5ca3cb53739be51df1cdc9cac3c3e051bf8 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "docroot": [ "drupal/drupal" ], - "modules/contrib/{$name}": [ + "profiles/varbase/modules/contrib/{$name}": [ "type:drupal-module" ] } @@ -133,6 +133,6 @@ "drupal/bootstrap": "8.3.0-rc2", "drupal/adminimal_theme": "8.1.1", - "drupal/varbase_editor": "8.4.0-alpha1" + "drupal/varbase_editor": "8.4.0-alpha2" } } diff --git a/drupal-org.make b/drupal-org.make index 4b771507435f56ea696e0a73c5d3a3b2e2f286d1..139f99979015be9527251dccbe1ce74c404742de 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -283,4 +283,4 @@ projects[varbase_editor][type] = module projects[varbase_editor][subdir] = "contrib" projects[varbase_editor][download][type] = git projects[varbase_editor][download][url] = https://git.drupal.org/project/varbase_editor -projects[varbase_editor][download][tag] = 8.x-4.0-alpha1 \ No newline at end of file +projects[varbase_editor][download][tag] = 8.x-4.0-alpha2 \ No newline at end of file