diff --git a/package.json b/package.json index 7e5f639..f3b1174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-native-fast-image", - "version": "3.0.2", + "name": "react-native-fast-image-ligen", + "version": "1.0.0", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache", @@ -9,9 +9,9 @@ "image", "priority" ], - "homepage": "https://github.com/DylanVann/react-native-fast-image#readme", + "homepage": "https://github.com/ligen52/react-native-fast-image#readme", "bugs": { - "url": "https://github.com/DylanVann/react-native-fast-image/issues" + "url": "https://github.com/ligen52/react-native-fast-image/issues" }, "license": "MIT", "author": "Dylan Vann (http://dylanvann.com)", @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/DylanVann/react-native-fast-image.git" + "url": "git+https://github.com/ligen52/react-native-fast-image.git" }, "scripts": { "format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js",