Skip to content

Commit 309a135

Browse files
committed
fix: 更新版本0.10.7
解决方案:NA 影响范围:all 关联工单:NA 更新版本:NA
1 parent 6076143 commit 309a135

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-printer-imin",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "Native Module For iMin Printer SDK Plugin",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -39,7 +39,10 @@
3939
"ios",
4040
"android"
4141
],
42-
"repository": "https://github.com/iminsoftware/react-native-printer-imin",
42+
"repository": {
43+
"type": "git",
44+
"url": "git+https://github.com/iminsoftware/react-native-printer-imin.git"
45+
},
4346
"author": "iminsoftware <softwareteam@imin.sg> (https://github.com/iminsoftware)",
4447
"license": "MIT",
4548
"bugs": {

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2643,7 +2643,9 @@ camelcase@^7.0.1:
26432643
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
26442644

26452645
caniuse-lite@^1.0.30001733:
2646-
version "1.0.30001735"
2646+
version "1.0.30001768"
2647+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001768.tgz"
2648+
integrity sha512-qY3aDRZC5nWPgHUgIB84WL+nySuo19wk0VJpp/XI9T34lrvkyhRvNVOFJOp2kxClQhiFBu+TaUSudf6oa3vkSA==
26472649

26482650
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
26492651
version "4.1.2"

0 commit comments

Comments
 (0)