Skip to content

Commit 6f77337

Browse files
authored
fix(interface): path to interface declaration (#180)
Closes #179
1 parent 6547763 commit 6f77337

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
"main": "dist/react-content-loader.cjs.js",
1212
"module": "dist/react-content-loader.es.js",
1313
"jsnext:main": "dist/react-content-loader.es.js",
14-
"types": "dist/index.d.ts",
14+
"types": "dist/web/index.d.ts",
1515
"bugs": {
1616
"url": "https://github.com/danilowoz/react-content-loader/issues"
1717
},

0 commit comments

Comments
 (0)