Skip to content

Commit

Permalink
fix: 🏷️ fix typings location in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 15, 2024
1 parent 518defb commit 0c9173f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"main": "dist/main.js",
"typings": "dist/index.d.ts",
"typings": "dist/main.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/thkruz/ootk-core"
Expand Down Expand Up @@ -51,4 +51,4 @@
"typescript": "^4.9.5"
},
"homepage": "https://github.com/thkruz/ootk-core"
}
}

0 comments on commit 0c9173f

Please sign in to comment.