Skip to content

Commit

Permalink
fix: 🏷️ fix typings location in package.json
Browse files Browse the repository at this point in the history
thkruz committed Jan 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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"
@@ -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.