Skip to content

Commit

Permalink
Merge pull request #4951 from nextcloud-libraries/fix/specify-exports…
Browse files Browse the repository at this point in the history
…-for-composables-in-package-json
  • Loading branch information
raimund-schluessler committed Dec 12, 2023
2 parents 759d127 + a39d681 commit 3651d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"./dist/Mixins/*.js": {
"import": "./dist/Mixins/*.mjs",
"require": "./dist/Mixins/*.cjs"
},
"./dist/Composables/*.js": {
"import": "./dist/Composables/*.mjs",
"require": "./dist/Composables/*.cjs"
}
},
"files": [
Expand Down

0 comments on commit 3651d5c

Please sign in to comment.