From 662993748c06c4d7a51e5a481c594fc9742f8b0f Mon Sep 17 00:00:00 2001 From: Daniel Stout Date: Tue, 21 Jun 2022 14:44:28 -0300 Subject: [PATCH] Update readme --- README.md | 7 +++++++ package.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 275e48c3c..6892e2ace 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ XHR. It's fully configurable and can be styled according to your needs. + +Copy +---- + +This is a copy of the main Dropzone repo with this PR merged: https://github.com/dropzone/dropzone/pull/2001 + + Quickstart ---------- diff --git a/package.json b/package.json index e4670dd44..64458bbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "dropzone", - "version": "5.9.3", + "name": "dropzone-exif-fix", + "version": "5.9.3A", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop", @@ -37,7 +37,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/dropzone/dropzone.git" + "url": "https://github.com/DanielStout5/dropzone" }, "devDependencies": { "@babel/core": "^7.11.0",