Skip to content

Commit

Permalink
Include types file
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumHoward committed Sep 30, 2021
1 parent d779ee1 commit 45a2ea9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safetyculture/react-loadable",
"version": "5.5.2",
"version": "5.5.3",
"description": "A higher order component for loading components with promises",
"main": "lib/index.js",
"author": "James Kyle <[email protected]>",
Expand All @@ -9,7 +9,8 @@
"files": [
"babel.js",
"webpack.js",
"lib/**"
"lib/**",
"index.d.ts"
],
"scripts": {
"test": "jest --coverage",
Expand Down

0 comments on commit 45a2ea9

Please sign in to comment.