1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-24 09:13:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-11-24 00:04:45 +08:00
parent cf679715a5
commit 7259efbd7d
12 changed files with 1283 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "react-native-update-cli",
"version": "2.4.2",
"version": "2.5.0",
"description": "command line tool for react-native-update (remote updates for react native)",
"main": "index.js",
"bin": {
"pushy": "lib/index.js",
"cresc": "lib/index.js"
},
"files": ["lib", "src", "cli.json"],
"files": ["lib", "src", "proto", "cli.json"],
"scripts": {
"build": "swc src -d lib --strip-leading-paths",
"prepublishOnly": "npm run build && chmod +x lib/index.js",
@@ -45,6 +45,7 @@
"plist": "^3.1.0",
"progress": "^2.0.3",
"properties": "^1.2.1",
"protobufjs": "^7.5.4",
"read": "^4.1.0",
"registry-auth-token": "^5.1.0",
"semver": "^7.7.2",