Skip to content

Commit 18ae6b7

Browse files
author
Evan Willhite
authored
Merge pull request #7 from drupal-pattern-lab/feature/composer-json
Create composer.json
2 parents 2a91c41 + 13e856a commit 18ae6b7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "drupal-pattern-lab/bem-twig-function",
3+
"description": "Twig function that inserts static classes into Pattern Lab and adds them to the Attributes object in Drupal",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Jeff Tomlinson",
8+
"email": "[email protected]"
9+
},
10+
{
11+
"name": "Evan Willhite",
12+
"email": "[email protected]"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)