Skip to content

Commit

Permalink
Export path for atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Oct 28, 2024
1 parent 3fa349d commit 69dde43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"import": "./dist/regex.mjs",
"require": "./dist/regex.cjs"
},
"./atomic.js": {
"./atomic": {
"types": "./types/atomic.d.ts",
"import": "./src/atomic.js"
}
Expand Down

0 comments on commit 69dde43

Please sign in to comment.