From 4bf65429e11a9fcbd081af6d52b6795ce174a256 Mon Sep 17 00:00:00 2001 From: Oleksandr Sergiienko Date: Tue, 6 May 2025 10:55:49 -0400 Subject: [PATCH] Updated a nom. project metadata so that we would be able to publish it to npm --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a34f1b16..42114176 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-native-fs", + "name": "@planitar/react-native-fs", "version": "2.20.1", - "description": "Native filesystem access for react-native", + "description": "Native filesystem access for react-native, fork of github.com:itinance/react-native-fs.git as it is no longer maintained.", "main": "FS.common.js", "typings": "index.d.ts", "scripts": { @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:itinance/react-native-fs.git" + "url": "git@github.com:PlanitarInc/react-native-fs.git" }, "keywords": [ "react-component", @@ -21,7 +21,8 @@ "filesystem", "download", "upload", - "file-transfer" + "file-transfer", + "itinance fork" ], "author": "Johannes Lumpe (https://github.com/johanneslumpe)", "license": "MIT",