From 409ac0c3b712f715150ad7fbfd217fc178e3a6ef Mon Sep 17 00:00:00 2001 From: Jin Igarashi Date: Fri, 19 Apr 2024 18:53:32 +0900 Subject: [PATCH] fix: added package.json to exports --- .changeset/neat-bobcats-end.md | 5 +++++ package.json | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/neat-bobcats-end.md diff --git a/.changeset/neat-bobcats-end.md b/.changeset/neat-bobcats-end.md new file mode 100644 index 0000000..2740da4 --- /dev/null +++ b/.changeset/neat-bobcats-end.md @@ -0,0 +1,5 @@ +--- +"@undp-data/style": patch +--- + +fix: added package.json to exports diff --git a/package.json b/package.json index 3c3ab1e..78d7348 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "LICENSE" ], "exports": { + "./package.json": { + "import": "./package.json", + "require": "./package.json" + }, "./dist/style.json": { "import": "./dist/style.json", "require": "./dist/style.json"