Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 committed Jan 1, 2024
2 parents 17c9dd2 + fdf3ee4 commit 7f12a9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"author": "Sebastian Krüger (@mathe42)",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 7f12a9f

Please sign in to comment.