Skip to content

Commit

Permalink
Merge pull request #633 from nextcloud/fix/package-exports-for-node16
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 21, 2023
2 parents e6ef26f + ca981c0 commit c1c951d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./gettext": {
"types": "./dist/gettext.d.ts",
"import": "./dist/gettext.mjs",
"require": "./dist/gettext.js"
}
Expand Down

0 comments on commit c1c951d

Please sign in to comment.