react-native-webview-bootpay 13.6.1 → 13.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -3,13 +3,15 @@
3
3
  "description": "React Native WebView 를 포크떠서 만든 Bootpay WebView for iOS, Android, macOS, and Windows",
4
4
  "main": "index.js",
5
5
  "main-internal": "src/index.ts",
6
+ "react-native": "src/index.ts",
6
7
  "typings": "index.d.ts",
7
- "author": "Jamon Holmgren <jamon@infinite.red>",
8
+ "author": "ehowlsla <ehowlsla@bootpay.co.kr>",
8
9
  "contributors": [
10
+ "Jamon Holmgren <jamon@infinite.red>",
9
11
  "Thibault Malbranche <malbranche.thibault@gmail.com>"
10
12
  ],
11
13
  "license": "MIT",
12
- "version": "13.6.1",
14
+ "version": "13.6.13",
13
15
  "homepage": "https://github.com/bootpay/react-native-webview-bootpay",
14
16
  "scripts": {
15
17
  "android": "react-native run-android",
@@ -23,7 +25,7 @@
23
25
  "ci:publish": "yarn semantic-release",
24
26
  "lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",
25
27
  "build": "yarn tsc",
26
- "prepare": "yarn build",
28
+ "prepare": "yarn build",
27
29
  "appium": "appium",
28
30
  "test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js",
29
31
  "add:macos": "yarn add react-native-macos@0.71.33"