From fea1ff5b39c32068b1978e005041d5fcff3e7f6d Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Mon, 12 Aug 2024 11:12:03 +0200
Subject: [PATCH] [REFACTOR]: Rename package for IndiScale publication

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index bf65134..a055736 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "@files-ui/react",
+  "name": "@indiscale/files-ui-react",
   "version": "1.2.4",
-  "description": "UI components for file uploads with React js",
+  "description": "UI components for file uploads with React js. Forked form https://github.com/files-ui/files-ui-react and removed Google fonts.",
   "main": "./build/index.js",
   "module": "./build/index.es.js",
   "types": "./build/index.d.ts",
@@ -11,7 +11,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/files-ui/files-ui-react.git"
+    "url": "git+https://github.com/fspreck-indiscale/files-ui-react.git"
   },
   "keywords": [
     "file",
-- 
GitLab