From 889ceff86298010024c0a30c2e1fa82e5519a58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pluszczewski?= Date: Wed, 22 Aug 2018 13:04:20 +0200 Subject: [PATCH 1/2] Fixed wrong commands in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f14114..73cbbc29 100644 --- a/README.md +++ b/README.md @@ -158,9 +158,9 @@ onDragLeaveCallback|`function`|no|null|Callback invoked when drag leaves. It is ## Example To run the example just: ```sh -npm run dev:example +npm run dev // or -yarn dev:example +yarn dev ``` And go to `http://localhost:3000` From 32425254d3546a4c4921fc839c7836aaeb69f92a Mon Sep 17 00:00:00 2001 From: lukasz_brainhub Date: Wed, 22 Aug 2018 13:08:36 +0200 Subject: [PATCH 2/2] Upgraded package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de9bf36f..38cb8c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brainhubeu/react-file-input", - "version": "0.1.2", + "version": "0.1.3", "description": "React FileInput", "engines": { "node": ">=8.9"