Skip to content

Commit 3927b3d

Browse files
committed
Fix typo
1 parent ca35b5a commit 3927b3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"types": "index.d.ts",
3131
"typesVersions": {
3232
"<=4.1": {
33-
"extract.d.ts": ["extract-legacy.d.ts"]
33+
"extract.d.ts": [
34+
"extract-legacy.d.ts"
35+
]
3436
}
3537
},
3638
"files": [

0 commit comments

Comments
 (0)