Skip to content

Commit

Permalink
Fix missing TypeScript file
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed May 7, 2017
1 parent 96221b9 commit 879190e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connected-react-router",
"version": "4.2.0",
"version": "4.2.1",
"description": "A Redux binding for React Router v4",
"main": "lib/index.js",
"types": "./index.d.ts",
Expand All @@ -9,6 +9,7 @@
"files": [
"*.md",
"*.js",
"*.ts",
"lib",
"umd"
],
Expand Down

0 comments on commit 879190e

Please sign in to comment.