mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 18:33:18 +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"
|
||||
},
|
||||
"files": [
|
||||
"icons/*.eps"
|
||||
"icons/**/*.eps"
|
||||
],
|
||||
"exports": {
|
||||
"./*": [
|
||||
|
@@ -22,7 +22,7 @@
|
||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||
},
|
||||
"files": [
|
||||
"icons/*.pdf"
|
||||
"icons/**/*.pdf"
|
||||
],
|
||||
"exports": {
|
||||
"./*": [
|
||||
|
@@ -22,7 +22,7 @@
|
||||
"copy:license": "cp ../../LICENSE ./LICENSE"
|
||||
},
|
||||
"files": [
|
||||
"icons/*.png"
|
||||
"icons/**/*.png"
|
||||
],
|
||||
"exports": {
|
||||
"./*": [
|
||||
|
Reference in New Issue
Block a user