Skip to content

Commit

Permalink
Merge pull request #699 from nextcloud/fix/exports
Browse files Browse the repository at this point in the history
Fix exports
  • Loading branch information
PVince81 authored Nov 2, 2022
2 parents 36cc57f + 9b06280 commit 24e554b
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 @@ -3,6 +3,8 @@
"version": "4.0.0-beta.1",
"description": "",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
Expand Down

0 comments on commit 24e554b

Please sign in to comment.