1
0
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:
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" "copy:license": "cp ../../LICENSE ./LICENSE"
}, },
"files": [ "files": [
"icons/*.eps" "icons/**/*.eps"
], ],
"exports": { "exports": {
"./*": [ "./*": [

View File

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

View File

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