Skip to content

Commit

Permalink
Merge pull request #77 from dabapps/typescript-version
Browse files Browse the repository at this point in the history
Peer dep of TypeScript 2.3.3
  • Loading branch information
JakeSidSmith authored Jun 9, 2017
2 parents 8ec36f8 + 10d62c4 commit 17480c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roe",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Collection of React Components for Project Development",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down Expand Up @@ -80,7 +80,7 @@
"react": ">= 15 < 16",
"react-dom": ">= 15 < 16",
"react-transition-group": ">= 1 < 2",
"typescript": ">= 2 < 3"
"typescript": ">= 2.3.3 < 3"
},
"jest": {
"coverageThreshold": {
Expand Down

0 comments on commit 17480c4

Please sign in to comment.