diff --git a/package.json b/package.json index 20b4482..bff4827 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "react-native-update-cli", - "version": "1.46.2", + "version": "2.0.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", + "cli.json" + ], "scripts": { "build": "swc src -d lib --strip-leading-paths", "prepublishOnly": "npm run build && chmod +x lib/index.js", @@ -15,15 +19,21 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git" + "url": "git+https://github.com/reactnativecn/react-native-update-cli.git" }, - "keywords": ["react-native", "ios", "android", "harmony", "update"], + "keywords": [ + "react-native", + "ios", + "android", + "harmony", + "update" + ], "author": "reactnativecn", "license": "BSD-3-Clause", "bugs": { - "url": "https://github.com/reactnativecn/react-native-pushy/issues" + "url": "https://github.com/reactnativecn/react-native-update-cli/issues" }, - "homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli", + "homepage": "https://github.com/reactnativecn/react-native-update-cli", "dependencies": { "@colors/colors": "^1.6.0", "bplist-parser": "^0.3.2", @@ -71,5 +81,8 @@ "@types/yazl": "^2.4.6", "typescript": "^5.8.3" }, - "trustedDependencies": ["@biomejs/biome", "@swc/core"] + "trustedDependencies": [ + "@biomejs/biome", + "@swc/core" + ] }