Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added exports.default to package.json (#1630)
Per NodeJS documentation on the `package.json` `exports` object, there seems to be a need for a fallback `default` key: https://nodejs.org/api/packages.html#conditional-exports Additionally, I'm seeing things like eslint fail to resolve until a `default` key has been specified. I've not dug any further into why, but I think _some_ default should be defined until more options should later be added.
- Loading branch information