Browse Source

update:发包到npm

adam 4 years ago
parent
commit
43d803247e
3 changed files with 6 additions and 47 deletions
  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 View File

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 View File

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 View File

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
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
   "types": "index.d.ts",
6
   "types": "index.d.ts",
7
   "files": [
7
   "files": [
14
   },
14
   },
15
   "repository": {
15
   "repository": {
16
     "type": "git",
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
   "keywords": [
19
   "keywords": [
20
     "react",
20
     "react",
25
   "author": "iou90",
25
   "author": "iou90",
26
   "license": "ISC",
26
   "license": "ISC",
27
   "bugs": {
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
   "peerDependencies": {
31
   "peerDependencies": {
32
     "react": "*",
32
     "react": "*",
33
     "react-native": ">= 0.59.0",
33
     "react-native": ">= 0.59.0",