Skip to content

Commit

Permalink
Upgrade react
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdir committed Sep 23, 2016
1 parent 345b999 commit 1d39f09
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": "react-ladda",
"version": "5.0.0",
"version": "5.0.1",
"description": "React wrapper for Ladda buttons",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -48,11 +48,11 @@
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"react-dom": "^0.14.7",
"react": "^0.14.7",
"react": "^0.14.0 || ^15.0.0",
"ladda": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.7",
"react": "^0.14.0 || ^15.0.0",
"ladda": "^1.0.0"
}
}

0 comments on commit 1d39f09

Please sign in to comment.