Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from dataware-tools/feature/support-jest-v28
Browse files Browse the repository at this point in the history
Support Jset v28
  • Loading branch information
WatanabeToshimitsu committed Jun 8, 2022
2 parents 855ebc6 + 1a66ca7 commit 4d46e3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"import": "./dist/node/index.mjs",
"require": "./dist/node/index.cjs"
},
"browser": {
"import": "./dist/browser/index.mjs",
"require": "./dist/browser/index.cjs"
},
"default": [
"./dist/browser/index.mjs"
]
Expand Down

0 comments on commit 4d46e3c

Please sign in to comment.