From b77dbdc1f5d2c750cd659dbc9f4f7a98c74dbd20 Mon Sep 17 00:00:00 2001 From: Michael Nightingale Date: Tue, 15 Sep 2020 18:06:52 +0100 Subject: [PATCH] Scoped package name --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d011dd7..6cc2920 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-image-cache-hoc", + "name": "@mnightingale/react-native-image-cache-hoc", "version": "3.0.0", "description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.", "keywords": [ @@ -15,13 +15,13 @@ "media", "react-native-component" ], - "homepage": "https://github.com/billmalarky/react-native-image-cache-hoc#readme", + "homepage": "https://github.com/mnightingale/react-native-image-cache-hoc#readme", "bugs": { - "url": "https://github.com/billmalarky/react-native-image-cache-hoc/issues" + "url": "https://github.com/mnightingale/react-native-image-cache-hoc/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/billmalarky/react-native-image-cache-hoc.git" + "url": "git+https://github.com/mnightingale/react-native-image-cache-hoc.git" }, "license": "MIT", "author": "Reid Mayo",