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

add min/max packageverion

This commit is contained in:
sunnylqm
2024-07-21 23:12:15 +08:00
parent feb1128748
commit 4a11a4118f
4 changed files with 2140 additions and 1784 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update-cli",
"version": "1.26.0",
"version": "1.27.0",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js",
"bin": {
@@ -12,7 +12,7 @@
"cli.json"
],
"scripts": {
"prepublish": "babel src --out-dir lib"
"prepublish": "babel src --out-dir lib && chmod +x lib/index.js"
},
"repository": {
"type": "git",
@@ -36,6 +36,7 @@
"cgbi-to-png": "^1.0.7",
"cli-arguments": "^0.2.1",
"commander": "^7.2.0",
"compare-versions": "^6.1.1",
"filesize-parser": "^1.5.0",
"fs-extra": "8",
"gradle-to-js": "^2.0.1",