Skip to content

Commit

Permalink
feat: add "module" property to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 24, 2021
1 parent e6f0afd commit 168747d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"require": "./lib/index.cjs"
},
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "types/current/index.d.ts",
"files": [
"lib/",
Expand Down

0 comments on commit 168747d

Please sign in to comment.