diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8661c..91abbd6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. See [commit ### Breaking change -* Define package entry point using `exports instead of `main` +- Define package entry point using `exports instead of `main` ## [11.0.0-rc.1](https://github.com/postcss/postcss-calc/compare/v11.0.0-rc.0...v11.0.0-rc.1) (2026-07-29) diff --git a/package.json b/package.json index a8781cd..65df3bb 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,10 @@ "url": "https://github.com/postcss/postcss-calc.git" }, "exports": { - "types": "./types/index.d.ts", - "default": "./src/index.js" + ".": { + "types": "./types/index.d.ts", + "default": "./src/index.js" + } }, "files": [ "src",