released v2.0.11
This commit is contained in:
parent
2557b6020b
commit
6d78177551
12
package.json
12
package.json
@ -1,15 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@uiw/react-native-alipay",
|
"name": "@uiw/react-native-alipay",
|
||||||
"version": "2.0.10",
|
"version": "2.0.11",
|
||||||
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
|
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"android/libs",
|
||||||
"android",
|
"android/src",
|
||||||
"index.js",
|
"android/build.gradle",
|
||||||
|
"ios",
|
||||||
"index.d.ts",
|
"index.d.ts",
|
||||||
"ios"
|
"index.js",
|
||||||
|
"README.md"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "typedoc"
|
"build": "typedoc"
|
||||||
|
Loading…
Reference in New Issue
Block a user