MG: Release to v1.0.0

This commit is contained in:
minggong 2018-04-19 13:40:57 +08:00
parent 9d7ee9ce78
commit 77578bf7d3
1 changed files with 5 additions and 5 deletions

View File

@ -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 <dylanvann@gmail.com> (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",