Skip to content

Commit 8ee73b6

Browse files
committed
types: fix the typings path in package.json
1 parent 271f0be commit 8ee73b6

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
@@ -6,7 +6,7 @@
66
"module": "dist/react-intersection-observer.esm.js",
77
"unpkg": "dist/react-intersection-observer.umd.min.js",
88
"author": "Daniel Schmidt",
9-
"typings": "dist/typings/index.d.ts",
9+
"typings": "dist/index.d.ts",
1010
"files": [
1111
"dist/*"
1212
],

0 commit comments

Comments
 (0)