Skip to content

Commit

Permalink
feat(slash, look&feel): export axa logo svg with package.json for sim…
Browse files Browse the repository at this point in the history
…ply use
  • Loading branch information
pplancq committed Jan 27, 2025
1 parent 0c0e1fb commit bda4cfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/look-and-feel/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.1.0",
"description": "",
"main": "index.js",
"exports": {
"./logo-axa.svg": {
"default": "./dist/common/assets/logo-axa.svg"
}
},
"files": [
"dist"
],
Expand Down
5 changes: 5 additions & 0 deletions slash/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.1.0",
"description": "",
"main": "index.js",
"exports": {
"./logo-axa.svg": {
"default": "./dist/common/assets/logo-axa.svg"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit bda4cfe

Please sign in to comment.