1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

...

1 Commits

Author SHA1 Message Date
sunnylqm
1a5a479523 v1.20.1 2024-03-06 09:55:34 +08:00

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update-cli",
"version": "1.20.0",
"version": "1.20.1",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js",
"bin": {
@@ -31,7 +31,7 @@
},
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
"dependencies": {
"app-info-parser": "^1.1.6",
"app-info-parser": "github:sunnylqm/app-info-parser#fix/support-ascii-versionname",
"cli-arguments": "^0.2.1",
"filesize-parser": "^1.5.0",
"fs-extra": "8",
@@ -56,10 +56,5 @@
},
"engines": {
"node": ">= 10"
},
"pnpm": {
"patchedDependencies": {
"app-info-parser@1.1.6": "patches/app-info-parser@1.1.6.patch"
}
}
}