Skip to content

Commit

Permalink
Fix types attribute in package.json, closes #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Jul 12, 2024
1 parent a54fd14 commit 0a11f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
- Fix `types` attribute in `package.json`, closes #85.

## 0.0.59 - 2024-07-11
### Changed
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"module": "dist/esm/index.js",
"browser": "dist/browser/index.js",
"types": "dist/types/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 0a11f05

Please sign in to comment.