Skip to content

Commit 6c9164c

Browse files
committed
adding pattern lab namespace to extra
1 parent 91843d1 commit 6c9164c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"twig/twig": "v1.15.1"
2929
},
3030
"extra": {
31-
"config": [
32-
{ "patternExtension": "twig" }
33-
]
31+
"patternlab": {
32+
"config": [
33+
{ "patternExtension": "twig" }
34+
]
35+
}
3436
}
3537
}

0 commit comments

Comments
 (0)