Skip to content

Commit

Permalink
fix: fix package exports and type for legacy tooling compatibility (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 authored Aug 21, 2024
1 parent 071f155 commit 1fcbaa7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"root": true,
"ignorePatterns": [
"dist/**/*"
"dist/**/*",
"commitlint.config.mjs"
],
"overrides": [
{
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"type": "module",
"files": [
"dist"
],
Expand Down

0 comments on commit 1fcbaa7

Please sign in to comment.