mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-11-24 09:13:38 +08:00
parseaab
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user