Skip to content

Commit

Permalink
fix: add dark.json to exports of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed May 17, 2024
1 parent 789947a commit 14166f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-needles-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@undp-data/style": patch
---

fix: add dark.json to exports of package.json
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"import": "./dist/style.json",
"require": "./dist/style.json"
},
"./dist/dark.json": {
"import": "./dist/dark.json",
"require": "./dist/dark.json"
},
"./dist/aerialstyle.json": {
"import": "./dist/aerialstyle.json",
"require": "./dist/aerialstyle.json"
Expand Down

0 comments on commit 14166f7

Please sign in to comment.