diff --git a/CHANGELOG.md b/CHANGELOG.md index bf89232..fdb2c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 🚀 Features -- Added `./atomic.js` to exports, allowing direct use of `atomic` and `possessive` plugins in other libraries. +- Added `./atomic` to exports, allowing direct use of the `atomic` and `possessive` plugins in other libraries. ## Released changes diff --git a/package.json b/package.json index a32ccfd..9a6904a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "import": "./dist/regex.mjs", "require": "./dist/regex.cjs" }, - "./atomic.js": { + "./atomic": { "types": "./types/atomic.d.ts", "import": "./src/atomic.js" }