Skip to content

Commit 7e7e555

Browse files
committed
Update package.json for version 2.0.0, change repository and issue URLs, and format files and keywords for better readability.
1 parent e98bcf5 commit 7e7e555

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

package.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,39 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.46.2",
3+
"version": "2.0.0",
44
"description": "command line tool for react-native-update (remote updates for react native)",
55
"main": "index.js",
66
"bin": {
77
"pushy": "lib/index.js",
88
"cresc": "lib/index.js"
99
},
10-
"files": ["lib", "src", "cli.json"],
10+
"files": [
11+
"lib",
12+
"src",
13+
"cli.json"
14+
],
1115
"scripts": {
1216
"build": "swc src -d lib --strip-leading-paths",
1317
"prepublishOnly": "npm run build && chmod +x lib/index.js",
1418
"lint": "tsc --noEmit & biome check --write ."
1519
},
1620
"repository": {
1721
"type": "git",
18-
"url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git"
22+
"url": "git+https://github.com/reactnativecn/react-native-update-cli.git"
1923
},
20-
"keywords": ["react-native", "ios", "android", "harmony", "update"],
24+
"keywords": [
25+
"react-native",
26+
"ios",
27+
"android",
28+
"harmony",
29+
"update"
30+
],
2131
"author": "reactnativecn",
2232
"license": "BSD-3-Clause",
2333
"bugs": {
24-
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
34+
"url": "https://github.com/reactnativecn/react-native-update-cli/issues"
2535
},
26-
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
36+
"homepage": "https://github.com/reactnativecn/react-native-update-cli",
2737
"dependencies": {
2838
"@colors/colors": "^1.6.0",
2939
"bplist-parser": "^0.3.2",
@@ -71,5 +81,8 @@
7181
"@types/yazl": "^2.4.6",
7282
"typescript": "^5.8.3"
7383
},
74-
"trustedDependencies": ["@biomejs/biome", "@swc/core"]
84+
"trustedDependencies": [
85+
"@biomejs/biome",
86+
"@swc/core"
87+
]
7588
}

0 commit comments

Comments
 (0)