Skip to content

Commit

Permalink
Update deps, Bump version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Yemelin authored and Eugene Yemelin committed Nov 15, 2017
1 parent c574721 commit 052579e
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": "react-flip-counter",
"version": "0.3.0-alpha1",
"version": "0.4.0",
"description": "React flip countdown timer",
"main": "src/Countdown/index.js",
"author": "Eugene Yemelin",
Expand All @@ -10,6 +10,7 @@
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.1.0",
"react-dom": "^16.1.0"
}
}

0 comments on commit 052579e

Please sign in to comment.