Skip to content

Commit 77d51f3

Browse files
committed
fix reference to typings file #7
1 parent 2a736d8 commit 77d51f3

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
@@ -5,7 +5,7 @@
55
"main": "dist/final-form-arrays.cjs.js",
66
"jsnext:main": "dist/final-form-arrays.es.js",
77
"module": "dist/final-form-arrays.es.js",
8-
"typings": "dist/index.d.js",
8+
"typings": "dist/index.d.ts",
99
"files": [
1010
"dist"
1111
],

0 commit comments

Comments
 (0)