Skip to content

Commit

Permalink
fix: patch election logo specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored Sep 24, 2024
1 parent 7d00ad0 commit 3267fb9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,18 @@
"./asset/election_redbackground": {
"import": "./asset/election_redbackground.mjs",
"require": "./asset/election_redbackground.js"
},
"./asset/election-bluebackground": {
"import": "./asset/election-bluebackground.mjs",
"require": "./asset/election-bluebackground.js"
},
"./asset/election-default": {
"import": "./asset/election-default.mjs",
"require": "./asset/election-default.js"
},
"./asset/election-redbackground": {
"import": "./asset/election-redbackground.mjs",
"require": "./asset/election-redbackground.js"
},
"./asset/elections": {
"import": "./asset/elections.mjs",
Expand Down Expand Up @@ -911,4 +923,4 @@
"require": "./asset/postpulse.js"
}
}
}
}

0 comments on commit 3267fb9

Please sign in to comment.