Skip to content

Commit fb2abb5

Browse files
Merge pull request #13 from paraillegal/main
fix: correct `module` property
2 parents 6c58820 + e61a15e commit fb2abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://opencollective.com/unified"
1212
},
1313
"main": "dist/index.js",
14-
"module": "dist/react-markdown.esm.js",
14+
"module": "dist/react-remark.esm.js",
1515
"typings": "dist/index.d.ts",
1616
"sideEffects": false,
1717
"files": [

0 commit comments

Comments
 (0)