Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: Switch from "main" to "exports" (#50)
This allows to actually do `import balanced from 'balanced-match'` While currently you need to do `import balanced from 'balanced-match/index.js'` See: <https://nodejs.org/api/packages.html>
- Loading branch information