diff --git a/meta/definitions.php b/meta/definitions.php index 6ee10bc..30a1e1c 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -6,12 +6,10 @@ return [ 'assets.webcomponent' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), - 'order' => 10 - ] - ], + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), + 'order' => 10 + ] ] ], ],