Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 225 Bytes

DEVELOPER.md

File metadata and controls

5 lines (3 loc) · 225 Bytes

In order to allow Jest testing in consuming libraries, it is necessary to make some "undesirable" changes to this package.json

  1. Must remove "type": "module".
  2. Must point the default export to the commonjs distribution.