Skip to content

Commit

Permalink
feat: switch to ESM modules for packaging (#12)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this switches from commonjs to ESM modules
  • Loading branch information
blacha committed Sep 15, 2021
1 parent 550cf40 commit b82767f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"files": [
"build/src/**"
]
Expand Down

0 comments on commit b82767f

Please sign in to comment.