Skip to content

Commit

Permalink
build: 🚧 remove not necessary export of package json file
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Oct 15, 2024
1 parent 5907f3f commit 0f2499f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"types": "./dist/commonjs/types.d.ts",
"default": "./dist/commonjs/types.js"
}
},
"./package.json": "./package.json"
}
},
"imports": {
"#src/*": "./src/*.js"
Expand Down Expand Up @@ -132,8 +131,7 @@
"selfLink": false,
"exports": {
".": "./src/index.ts",
"./types": "./src/types.ts",
"./package.json": "./package.json"
"./types": "./src/types.ts"
}
}
}

0 comments on commit 0f2499f

Please sign in to comment.