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 6, 2024
1 parent 018fa8d commit 44c3905
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/errors.d.ts",
"default": "./dist/commonjs/errors.js"
}
},
"./package.json": "./package.json"
}
},
"imports": {
"#src/*": "./src/*.js"
Expand Down Expand Up @@ -130,8 +129,7 @@
"selfLink": false,
"exports": {
".": "./src/index.ts",
"./errors": "./src/errors.ts",
"./package.json": "./package.json"
"./errors": "./src/errors.ts"
}
}
}

0 comments on commit 44c3905

Please sign in to comment.