Skip to content

Commit

Permalink
fix(interface): path to interface declaration
Browse files Browse the repository at this point in the history
Closes #179
  • Loading branch information
danilowoz committed Jan 27, 2020
1 parent 6547763 commit 46059bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "dist/react-content-loader.cjs.js",
"module": "dist/react-content-loader.es.js",
"jsnext:main": "dist/react-content-loader.es.js",
"types": "dist/index.d.ts",
"types": "dist/web/index.d.ts",
"bugs": {
"url": "https://github.com/danilowoz/react-content-loader/issues"
},
Expand Down

0 comments on commit 46059bf

Please sign in to comment.