mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-08 21:30:40 +02:00
Update file patterns in package.json to include subdirectories for icon files
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"icons/*.eps"
|
"icons/**/*.eps"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": [
|
"./*": [
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"icons/*.pdf"
|
"icons/**/*.pdf"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": [
|
"./*": [
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"icons/*.png"
|
"icons/**/*.png"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": [
|
"./*": [
|
||||||
|
Reference in New Issue
Block a user