Skip to content

Commit

Permalink
add ESM support (via 'esm-wrapper')
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Feb 16, 2021
1 parent 141d531 commit e4bfa58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/esm-wrapper/mod.esm.js
@@ -0,0 +1,3 @@
import _ from '../mod.cjs.js';
export * from '../mod.cjs.js';
export default _;
1 change: 1 addition & 0 deletions src/esm-wrapper/package.json
@@ -0,0 +1 @@
{"type": "module"}

0 comments on commit e4bfa58

Please sign in to comment.