mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-11-01 23:33:11 +08:00
cli modular refactor (#16)
* add logic to support SENTRY_PROPERTIES parameter * remove update.json and meta.json files in ppk * udpapte * refactor modles * update * add package-module file * update * update readme file * modifu cli.json file * fix command issues * improve version workflow logic * udpate * update * update * update * udpate * udpate * add example * update readme file * udpate version * change logic to use pushy command uniformly
This commit is contained in:
19
package.json
19
package.json
@@ -7,11 +7,7 @@
|
||||
"pushy": "lib/index.js",
|
||||
"cresc": "lib/index.js"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"cli.json"
|
||||
],
|
||||
"files": ["lib", "src", "cli.json"],
|
||||
"scripts": {
|
||||
"build": "swc src -d lib --strip-leading-paths",
|
||||
"prepublishOnly": "npm run build && chmod +x lib/index.js",
|
||||
@@ -21,13 +17,7 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"ios",
|
||||
"android",
|
||||
"harmony",
|
||||
"update"
|
||||
],
|
||||
"keywords": ["react-native", "ios", "android", "harmony", "update"],
|
||||
"author": "reactnativecn",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
@@ -81,8 +71,5 @@
|
||||
"@types/yazl": "^2.4.6",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
"@swc/core"
|
||||
]
|
||||
"trustedDependencies": ["@biomejs/biome", "@swc/core"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user