Skip to content

Commit

Permalink
Compat with new ts@4.7's node16 resolution (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl authored May 28, 2022
1 parent c507dc6 commit e8937d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"main": "./dist/marked-react.cjs",
"module": "./dist/marked-react.js",
"exports": {
".": "./dist/marked-react.js",
".": {
"import":"./dist/marked-react.js",
"require": "./dist/marked-react.cjs",
"types": "./src/index.d.ts"
},
"./package.json": "./package.json"
},
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit e8937d8

Please sign in to comment.