Skip to content

Commit

Permalink
fix: ensure all theme data is exported and listed for side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Apr 8, 2022
1 parent b4a9fb7 commit 14efdc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"./express/*": "./express/*",
"./src/express/*": "./src/express/*",
"./package.json": "./package.json",
"./core": "./core.js",
"./core.js": "./core.js",
"./sp-theme": "./sp-theme.js",
"./sp-theme.js": "./sp-theme.js",
"./scale-medium": "./scale-medium.js",
Expand Down Expand Up @@ -66,6 +68,7 @@
"customElements": "custom-elements.json",
"sideEffects": [
"./sp-*.js",
"./core.js",
"./theme-*.js",
"./scale-*.js",
"./express/theme-*.js",
Expand Down

0 comments on commit 14efdc7

Please sign in to comment.