Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
"type": "module"
in package.json for ESM
Partial fix for not being able to do e.g. `import {DateTime} from "luxon"`. This *still* won't work, but `import {DateTime} from "my/own/luxon/src/luxon.js" will. See moment#252
- Loading branch information