Skip to content

Commit

Permalink
Merge pull request #34 from mittwald/fix/commons-package
Browse files Browse the repository at this point in the history
Fix package exports for testing
  • Loading branch information
mfal authored Mar 8, 2024
2 parents f17f52c + 6285d6f commit c861993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"default": "./dist/esm/index.js"
},
"./testing": {
"types": "./dist/testing/index.d.ts",
"default": "./dist/testing/index.js"
"types": "./dist/types/testing/index.d.ts",
"default": "./dist/esm/testing/index.js"
},
"./react": {
"types": "./dist/types/react/index.d.ts",
Expand Down

0 comments on commit c861993

Please sign in to comment.