Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit b77dbdc

Browse files
committed
Scoped package name
1 parent 74715a6 commit b77dbdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-image-cache-hoc",
2+
"name": "@mnightingale/react-native-image-cache-hoc",
33
"version": "3.0.0",
44
"description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.",
55
"keywords": [
@@ -15,13 +15,13 @@
1515
"media",
1616
"react-native-component"
1717
],
18-
"homepage": "https://github.com/billmalarky/react-native-image-cache-hoc#readme",
18+
"homepage": "https://github.com/mnightingale/react-native-image-cache-hoc#readme",
1919
"bugs": {
20-
"url": "https://github.com/billmalarky/react-native-image-cache-hoc/issues"
20+
"url": "https://github.com/mnightingale/react-native-image-cache-hoc/issues"
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/billmalarky/react-native-image-cache-hoc.git"
24+
"url": "git+https://github.com/mnightingale/react-native-image-cache-hoc.git"
2525
},
2626
"license": "MIT",
2727
"author": "Reid Mayo",

0 commit comments

Comments
 (0)