From f192a7e1b782cfee4e7ebfaab35b0de8d66a5a55 Mon Sep 17 00:00:00 2001 From: QuDian Date: Tue, 30 Oct 2018 17:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec53ade..8e9170d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-native-progress-hud", + "name": "react-native-ash-progress-hud", "version": "1.0.0", "description": "", "main": "index.js", @@ -10,9 +10,19 @@ "keywords": [ "react-native" ], + "repository": { + "type": "git", + "url": "git@github.com:wu736139669/react-native-QDProgressHUD.git" + }, "author": "", "license": "", + "devDependencies": { + "react-native": "0.55.4", + "prop-types": "^15.6.2", + "react": "16.3.1" + }, "peerDependencies": { - "react-native": "^0.41.2" + "react-native": "0.x", + "react": "16.x" } }