Selaa lähdekoodia

update:发包到npm

adam 4 vuotta sitten
vanhempi
commit
43d803247e
3 muutettua tiedostoa jossa 6 lisäystä ja 47 poistoa
  1. 0
    25
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 0
    16
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 6
    6
      package.json

+ 0
- 25
.github/ISSUE_TEMPLATE/bug_report.md Näytä tiedosto

@@ -1,25 +0,0 @@
1
----
2
-name: Bug report
3
-about: Create a report to help us improve
4
-title: ''
5
-labels: bug
6
-assignees: iou90
7
-
8
----
9
-
10
-**Bug description:**
11
-
12
-**To Reproduce:**
13
-
14
-**Source (static HTML or url):**
15
-
16
-**Expected behavior:**
17
-
18
-**Screenshots/Videos:**
19
-
20
-**Environment:**
21
- - OS:
22
- - OS version:
23
- - react-native version:
24
- - react-native-webview version:
25
- - react-native-autoheight-webview version:

+ 0
- 16
.github/ISSUE_TEMPLATE/feature_request.md Näytä tiedosto

@@ -1,16 +0,0 @@
1
----
2
-name: Feature request
3
-about: Suggest an idea for this project
4
-title: ''
5
-labels: feature request
6
-assignees: iou90
7
-
8
----
9
-
10
-**Is your feature request related to a problem? If so, Please describe.**
11
-
12
-**Describe the solutions you came up with**
13
-
14
-**Platform targeting (iOS/Android)**
15
-
16
-**Additional context**

+ 6
- 6
package.json Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 {
2
-  "name": "react-native-autoheight-webview",
3
-  "version": "1.4.1",
4
-  "description": "An auto height webview for React Native, even auto width for inline html",
2
+  "name": "@bilingo.com/react-native-autoheight-webview",
3
+  "version": "1.0.0",
4
+  "description": "An auto height webview for React Native, even auto width for inline html, fork from github.com/iou90/react-native-autoheight-webview.git",
5 5
   "main": "autoHeightWebView",
6 6
   "types": "index.d.ts",
7 7
   "files": [
@@ -14,7 +14,7 @@
14 14
   },
15 15
   "repository": {
16 16
     "type": "git",
17
-    "url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
17
+    "url": "git+https://git.links123.net/npm/react-native-autoheight-webview.git"
18 18
   },
19 19
   "keywords": [
20 20
     "react",
@@ -25,9 +25,9 @@
25 25
   "author": "iou90",
26 26
   "license": "ISC",
27 27
   "bugs": {
28
-    "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
28
+    "url": "https://https://git.links123.net/npm/react-native-autoheight-webview.git/issues"
29 29
   },
30
-  "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
30
+  "homepage": "https://https://git.links123.net/npm/react-native-autoheight-webview.git",
31 31
   "peerDependencies": {
32 32
     "react": "*",
33 33
     "react-native": ">= 0.59.0",