Compare commits

..

No commits in common. "ba8e846905a59c415255a98ad0a67ada1667282d" and "3043152ea4dd1d61fcfb3507183922e0fb7b01d1" have entirely different histories.

3 changed files with 2 additions and 39 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "assets-package/undraw", "name": "assets-package/undraw",
"description": "Undraw collection of SVG", "description": "Undraw collection of SVG",
"type": "asset", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@ -10,17 +10,5 @@
} }
], ],
"require": {}, "require": {},
"autoload": {}, "autoload": {}
"extra" : {
"lean" : {
"autoload": {
"definitions" : [
"meta/definitions.php"
],
"config": [
"meta/config.php"
]
}
}
}
} }

View File

@ -1,9 +0,0 @@
<?php
return [
'lean' => [
'autoload' => [
'assets.undraw'
]
],
];

View File

@ -1,16 +0,0 @@
<?php
return [
'assets.undraw' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10
]
],
]
],
],
];