Skip to content

Commit

Permalink
Add types to export map.
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 16, 2024
1 parent e0632a1 commit 8753bd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-pots-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/proteins": patch
---

Add types to export map.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"typings": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./dist/proteins.cjs",
"default": "./dist/proteins.js"
}
Expand Down

0 comments on commit 8753bd0

Please sign in to comment.