Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jun 19, 2021
1 parent 6b94de7 commit dd5b125
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"exports": {
".": "./dist/lib.js",
"./fml": "./dist/fml.js",
"./media": "./dist/media.js"
"./media": "./dist/media.js",
"./gear": "./dist/gear.js"
},
"typesVersions": {
"*": {
Expand All @@ -22,6 +23,9 @@
],
"media": [
"dist/media"
],
"gear": [
"dist/gear"
]
}
},
Expand Down

0 comments on commit dd5b125

Please sign in to comment.