Skip to content

Commit

Permalink
Merge pull request #1516 from KleeGroup/release-2.2.2
Browse files Browse the repository at this point in the history
Correcting peer dependencies + version 2.2.2
  • Loading branch information
Hartorn authored Nov 22, 2017
2 parents f74c832 + 0d9a22a commit a05cf5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focus-components",
"version": "2.2.1",
"version": "2.2.2",
"description": "Focus component repository.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,12 +60,12 @@
},
"homepage": "https://github.com/KleeGroup/focus-components",
"peerDependencies": {
"focus-core": "2.2.0",
"focus-core": ">= 2.2.0 < 2.3",
"material-design-lite": "1.3.0",
"moment": "2.18.1",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-addons-css-transition-group": "15.4.2"
"react": ">= 15.4.2 < 16.0.0",
"react-dom": ">= 15.4.2 < 16.0.0",
"react-addons-css-transition-group": ">= 15.4.2 < 16.0.0"
},
"dependencies": {
"closest": "0.0.1",
Expand Down Expand Up @@ -93,4 +93,4 @@
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2"
}
}
}

0 comments on commit a05cf5e

Please sign in to comment.