From 7ea337963e978097fba73146d3ae9e0b3502b1e2 Mon Sep 17 00:00:00 2001 From: Data-Meister Date: Tue, 8 Aug 2017 13:59:25 +0100 Subject: [PATCH 1/2] Allow using with React 15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eccaad0..7e835fa 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ }, "homepage": "https://github.com/captivationsoftware/react-file-input", "peerDependencies": { - "react": "0.x" + "react": "0.x || 15.x" } } From febc7d0b02c610691712df56842d609826885f3d Mon Sep 17 00:00:00 2001 From: Data-Meister Date: Tue, 8 Aug 2017 14:00:26 +0100 Subject: [PATCH 2/2] update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e835fa..160e43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-file-input", - "version": "0.2.5", + "version": "0.2.6", "description": "Simple file input component for React", "main": "./lib", "scripts": {