Skip to content

Commit

Permalink
Move typescript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirun0426 committed Jan 29, 2019
1 parent bc6106c commit d68d5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-fsa-redux-middleware",
"version": "4.0.0",
"version": "4.0.1",
"description": "typescript-fsa support for redux vanilla middleware",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@types/jest": "^23.3.10",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"tslint": "^5.10.0"
"tslint": "^5.10.0",
"typescript": "^3.2.4"
},
"dependencies": {
"redux": "^4.0.1",
"typescript": "^3.1.6",
"typescript-fsa": "^3.0.0-beta-2"
}
}

0 comments on commit d68d5fd

Please sign in to comment.