Skip to content

Commit

Permalink
export more options
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jan 14, 2021
1 parent e34ec11 commit c724d03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@
"exports": {
".": {
"require": "./dist/converter.js",
"import": "./dist/converter.module.js",
"default": "./dist/converter.module.js"
}
},
"./source": "./src/converter.js",
"./main": "./dist/converter.js",
"./module": "./dist/converter.module.js",
"./modern": "./dist/converter.modern.js",
"./umd": "./dist/converter.umd.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c724d03

Please sign in to comment.