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"