Update file patterns in package.json to include subdirectories for icon files
This commit is contained in:
parent
005841e3ac
commit
ffc1cb39c1
|
|
@ -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": {
|
||||||
"./*": [
|
"./*": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue