Skip to content

Commit

Permalink
chore: cleaner composer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Feb 18, 2025
1 parent 7705098 commit b0ab4cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
10 changes: 3 additions & 7 deletions apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
},
{
"type": "path",
"url": "node_modules/@amazeelabs/silverback-iframe/drupal/silverback_iframe"
},
{
"type": "path",
"url": "node_modules/@amazeelabs/silverback-iframe/drupal/silverback_iframe_theme"
"url": "node_modules/@amazeelabs/*/drupal/*"
}
],
"require": {
Expand All @@ -48,8 +44,8 @@
"amazeelabs/silverback_gatsby": "^3.0",
"amazeelabs/silverback_graphql_persisted": "^1.1.6",
"amazeelabs/silverback_gutenberg": "^2.5.23",
"amazeelabs/silverback_iframe": "@dev",
"amazeelabs/silverback_iframe_theme": "@dev",
"amazeelabs/silverback_iframe": "*",
"amazeelabs/silverback_iframe_theme": "*",
"amazeelabs/silverback_preview_link": "^1.6",
"amazeelabs/silverback_publisher_monitor": "^2.3.2",
"amazeelabs/silverback_translations": "^1.0.4",
Expand Down
12 changes: 5 additions & 7 deletions apps/cms/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "amazeelabs/silverback_iframe",
"version": "dev-main",
"type": "drupal-module",
"description": "Provides a way for displaying Drupal content/forms in iframes."
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "amazeelabs/silverback_iframe_theme",
"version": "dev-main",
"type": "drupal-theme",
"description": "Theme for amazeelabs/silverback_iframe module."
}

0 comments on commit b0ab4cd

Please sign in to comment.