Skip to content

Commit

Permalink
Merge pull request #845 from nextcloud/fix/exports-node16
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 21, 2023
2 parents 614ed44 + 3e47256 commit bcb31f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,13 +1,14 @@
{
"name": "@nextcloud/dialogs",
"version": "4.0.1",
"description": "",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
Expand Down

0 comments on commit bcb31f8

Please sign in to comment.