Skip to content

Commit

Permalink
Update version, change react peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Oct 26, 2017
1 parent 889f13a commit 2f3b0f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-pickers",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "React components, that implements material design pickers for material-ui v1",
"main": "dist/material-ui-pickers.cjs.js",
"module": "dist/material-ui-pickers.es.js",
Expand All @@ -26,12 +26,12 @@
"url": "https://github.com/dmtrKovalenko/material-ui-pickers"
},
"author": {
"name": "Your name",
"email": "your email"
"name": "Dmitriy Kovalenko",
"email": "dmtr.kovalenko@outlook.com"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^15.6.2 || ^16.0.0",
"react-dom": "^15.6.2 || ^16.0.0",
"prop-types": "^15.6.0",
"material-ui": "^1.0.0-beta.18",
"classnames": "^2.2.5"
Expand Down

0 comments on commit 2f3b0f4

Please sign in to comment.