Require drupal/tailwindcss
This commit is contained in:
parent
48f5e9f07a
commit
7d3db08de5
2 changed files with 49 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
"drupal-composer/drupal-scaffold": "^2.5",
|
"drupal-composer/drupal-scaffold": "^2.5",
|
||||||
"drupal/console": "^1.0.2",
|
"drupal/console": "^1.0.2",
|
||||||
"drupal/core": "^8.7.0",
|
"drupal/core": "^8.7.0",
|
||||||
|
"drupal/tailwindcss": "^2.1",
|
||||||
"drush/drush": "^9.0.0",
|
"drush/drush": "^9.0.0",
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^2.4",
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
|
|
49
composer.lock
generated
49
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e3c42c51253ba3bc56b77bf433a3ddb5",
|
"content-hash": "755eef44754539d9da7ee3bef0076956",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -2591,6 +2591,53 @@
|
||||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||||
"time": "2019-05-08T16:00:55+00:00"
|
"time": "2019-05-08T16:00:55+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/tailwindcss",
|
||||||
|
"version": "2.1.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/tailwindcss.git",
|
||||||
|
"reference": "8.x-2.1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/tailwindcss-8.x-2.1.zip",
|
||||||
|
"reference": "8.x-2.1",
|
||||||
|
"shasum": "20afb96bfd11b79f6da6f5ce388ede8cd5058f2c"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "~8.0"
|
||||||
|
},
|
||||||
|
"type": "drupal-theme",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-2.x": "2.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-2.1",
|
||||||
|
"datestamp": "1557778081",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "opdavies",
|
||||||
|
"homepage": "https://www.drupal.org/user/381388"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "A starter kit theme for Drupal 8 and Tailwind CSS.",
|
||||||
|
"homepage": "https://www.drupal.org/project/tailwindcss",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/tailwindcss"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drush/drush",
|
"name": "drush/drush",
|
||||||
"version": "9.6.2",
|
"version": "9.6.2",
|
||||||
|
|
Reference in a new issue