Skip to content

Commit

Permalink
Merge pull request #109 from dependentmadani/migrate-typescript
Browse files Browse the repository at this point in the history
Fixing Missing index.d.ts File in node_modules
  • Loading branch information
neSpecc authored Jul 3, 2024
2 parents 477853c + 98bb551 commit db83263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT: ${{ secrets.CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT }}

4 changes: 2 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.1",
"version": "2.8.2",
"keywords": [
"codex editor",
"header",
Expand All @@ -15,7 +15,7 @@
],
"main": "./dist/header.umd.js",
"module": "./dist/header.mjs",
"types": "dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/header.mjs",
Expand Down

0 comments on commit db83263

Please sign in to comment.