Skip to content

Commit

Permalink
feat: set the emulsify_tools repo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Feb 23, 2024
1 parent bd45da8 commit b7cff48
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "emulsify/emulsify-drupal",
"name": "emulsify-ds/emulsify-drupal",
"description": "The official Drupal 10 base theme for Emulsify that generates custom themes with Storybook development + Webpack Build",
"type": "drupal-theme",
"homepage": "http://emulsify.info",
Expand Down Expand Up @@ -30,14 +30,18 @@
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "vcs",
"url": "git@github.com:emulsify-ds/emulsify_tools.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core": "^10 || ^11",
"drupal/components": "^3.0@beta",
"drupal/emulsify_tools": "^1.0"
"emulsify-ds/emulsify_tools": "^1.0"
},
"extra": {
"drush": {
Expand Down

0 comments on commit b7cff48

Please sign in to comment.