Skip to content

Commit b6f0f19

Browse files
committed
doc: edit readme
1 parent 07deb28 commit b6f0f19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Native Progress WebView
22

3-
![npm](https://img.shields.io/npm/dy/react-native-progress-webview.svg) ![npm](https://img.shields.io/npm/v/react-native-progress-webview.svg) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/wangdicoder/react-native-progress-webview.svg) [![star this repo](http://githubbadges.com/star.svg?user=wangdicoder&repo=https://github.com/wangdicoder/react-native-progress-webview&style=flat)](https://github.com/wangdicoder/https://github.com/wangdicoder/react-native-progress-webview) ![NPM](https://img.shields.io/npm/l/react-native-progress-webview.svg)
3+
![npm](https://img.shields.io/npm/dy/react-native-progress-webview.svg) ![npm](https://img.shields.io/npm/v/react-native-progress-webview.svg) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/wangdicoder/react-native-progress-webview.svg) [![star this repo](http://githubbadges.com/star.svg?user=wangdicoder&repo=react-native-progress-webview&style=flat)](https://github.com/wangdicoder/react-native-progress-webview) ![NPM](https://img.shields.io/npm/l/react-native-progress-webview.svg)
44

55
**React Native Progress WebView** is a wrapper of [React Native WebView](https://github.com/react-native-community/react-native-webview) to provide the loading status.
66

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-progress-webview",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React Native Progress WebView is a wrapper of React Native WebView to provide the loading status.",
55
"main": "index.js",
66
"scripts": {
@@ -17,6 +17,7 @@
1717
],
1818
"author": "Di Wang<wangdicoder@gmail.com>",
1919
"license": "MIT",
20+
"repository": "https://github.com/wangdicoder/react-native-progress-webview",
2021
"dependencies": {
2122
"prop-types": "^15.7.2"
2223
},

0 commit comments

Comments
 (0)