Skip to content

Commit

Permalink
Merge pull request #110 from dependentmadani/migrate-typescript
Browse files Browse the repository at this point in the history
Add the export of types
  • Loading branch information
neSpecc authored Jul 3, 2024
2 parents db83263 + 7d8d31c commit d7e0306
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/header",
"version": "2.8.2",
"version": "2.8.3",
"keywords": [
"codex editor",
"header",
Expand All @@ -19,7 +19,8 @@
"exports": {
".": {
"import": "./dist/header.mjs",
"require": "./dist/header.umd.js"
"require": "./dist/header.umd.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit d7e0306

Please sign in to comment.