This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: package.json
module
to use ".esm.js" extensions (#326)
Fix the `"module"` and `"jsnext:main"` package.json entries to reference the actual built `dist/glamorous.esm.js` file. See [glamorous build 4.9](https://unpkg.com/glamorous@4.9.0/dist/). This allows glamorous to build with Rollup.js's support for ES6 "module" entries.
- Loading branch information