Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Update material-ui peer dependency.
Browse files Browse the repository at this point in the history
Resolves #27
  • Loading branch information
leMaik committed Oct 10, 2016
1 parent 2c188ef commit 4411d8e
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
Expand Up @@ -34,13 +34,13 @@
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"material-ui": "^0.15.4",
"material-ui": "^0.16.0",
"react": "^15.3.2",
"react-tap-event-plugin": "^1.0.0"
},
"peerDependencies": {
"material-ui": "~0.15.4",
"react": "~15.3.1",
"material-ui": ">= 0.15.0 <= 0.16.x",
"react": "~15.3.2",
"react-tap-event-plugin": "^1.0.0"
}
}

0 comments on commit 4411d8e

Please sign in to comment.