Skip to content

Commit 34c3887

Browse files
committed
Fix typo
1 parent 718e56c commit 34c3887

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
@@ -3,7 +3,7 @@
33
"version": "3.1.0",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).",
55
"main": "src/index.js",
6-
"typesc": "src/index.d.ts",
6+
"types": "src/index.d.ts",
77
"scripts": {},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)