Skip to content

Commit ffc1cb3

Browse files
committed
Update file patterns in package.json to include subdirectories for icon files
1 parent 005841e commit ffc1cb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/icons-eps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"copy:license": "cp ../../LICENSE ./LICENSE"
1818
},
1919
"files": [
20-
"icons/*.eps"
20+
"icons/**/*.eps"
2121
],
2222
"exports": {
2323
"./*": [

Diff for: packages/icons-pdf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"copy:license": "cp ../../LICENSE ./LICENSE"
2323
},
2424
"files": [
25-
"icons/*.pdf"
25+
"icons/**/*.pdf"
2626
],
2727
"exports": {
2828
"./*": [

Diff for: packages/icons-png/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"copy:license": "cp ../../LICENSE ./LICENSE"
2323
},
2424
"files": [
25-
"icons/*.png"
25+
"icons/**/*.png"
2626
],
2727
"exports": {
2828
"./*": [

0 commit comments

Comments
 (0)