Skip to content

Commit

Permalink
feat: Add module field (#200)
Browse files Browse the repository at this point in the history
* feat: Add module field

* add changeset
  • Loading branch information
eps1lon committed Apr 16, 2020
1 parent 74a579b commit 2c6a23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-waves-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dom-accessibility-api": minor
---

Add `module` field
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "dom-accessibility-api",
"version": "0.4.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "commonjs",
"exports": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit 2c6a23b

Please sign in to comment.