From 0d9a22a3d6ad59a8d2ade7c738aba8b961960cf3 Mon Sep 17 00:00:00 2001 From: Hartorn Date: Tue, 21 Nov 2017 22:45:10 +0100 Subject: [PATCH] Correcting peer dependencies + version 2.2.2 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8d785b424..f5c3b87f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-components", - "version": "2.2.1", + "version": "2.2.2", "description": "Focus component repository.", "main": "index.js", "scripts": { @@ -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", @@ -93,4 +93,4 @@ "react-addons-test-utils": "15.4.2", "react-dom": "15.4.2" } -} \ No newline at end of file +}