1
0
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:
codecalm
2025-01-06 19:28:30 +01:00
parent 005841e3ac
commit ffc1cb39c1
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"files": [
"icons/*.eps"
"icons/**/*.eps"
],
"exports": {
"./*": [

View File

@@ -22,7 +22,7 @@
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"files": [
"icons/*.pdf"
"icons/**/*.pdf"
],
"exports": {
"./*": [

View File

@@ -22,7 +22,7 @@
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"files": [
"icons/*.png"
"icons/**/*.png"
],
"exports": {
"./*": [