Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shoma-mano committed Sep 5, 2024
1 parent 4b6fc29 commit 7147bf6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "task-definition-ts",
"version": "1.0.5",
"description": "",
"main": "index.js",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "unbuild",
"release": "unbuild && changelogen --release --push --publish"
Expand Down

0 comments on commit 7147bf6

Please sign in to comment.