Compare commits
No commits in common. "ba8e846905a59c415255a98ad0a67ada1667282d" and "3043152ea4dd1d61fcfb3507183922e0fb7b01d1" have entirely different histories.
ba8e846905
...
3043152ea4
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
'lean' => [
|
|
||||||
'autoload' => [
|
|
||||||
'assets.undraw'
|
|
||||||
]
|
|
||||||
],
|
|
||||||
];
|
|
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
'assets.undraw' => [
|
|
||||||
'picea' => [
|
|
||||||
'asset' => [
|
|
||||||
'source' => [
|
|
||||||
[
|
|
||||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
|
||||||
'order' => 10
|
|
||||||
]
|
|
||||||
],
|
|
||||||
]
|
|
||||||
],
|
|
||||||
],
|
|
||||||
];
|
|
Loading…
x
Reference in New Issue
Block a user