Skip to content

Commit

Permalink
Merge pull request #8 from petermyers/issue-add-types-export
Browse files Browse the repository at this point in the history
Add types export.
  • Loading branch information
petermyers authored Sep 20, 2024
2 parents b61fd8d + b4bf584 commit 4dab0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avro-compatibility",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"license": "MIT",
"keywords": [
Expand All @@ -20,6 +20,7 @@
"format": "eslint --fix ./src ./test && prettier --write ./src ./test"
},
"exports": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
Expand Down

0 comments on commit 4dab0be

Please sign in to comment.