green-line-cli 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +16 -1
package/README.md
CHANGED
|
@@ -173,4 +173,9 @@ gl migrate expo \
|
|
|
173
173
|
- `~/.config/green-line/state.json`
|
|
174
174
|
- `~/.config/green-line/storage/...`
|
|
175
175
|
|
|
176
|
+
## Support
|
|
177
|
+
|
|
178
|
+
- Email: enterpriseharellc@outlook.com
|
|
179
|
+
- X: @merrickhare
|
|
180
|
+
|
|
176
181
|
Expo is a trademark of its respective owner(s); this project is independent and not affiliated with or endorsed by Expo.
|
package/package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "green-line-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Green Line CLI for iOS build and App Store submission workflows",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"ios",
|
|
8
|
+
"app-store",
|
|
9
|
+
"testflight",
|
|
10
|
+
"expo",
|
|
11
|
+
"react-native",
|
|
12
|
+
"flutter",
|
|
13
|
+
"fastlane",
|
|
14
|
+
"xcode",
|
|
15
|
+
"cli",
|
|
16
|
+
"deployment"
|
|
17
|
+
],
|
|
6
18
|
"license": "MIT",
|
|
7
19
|
"type": "module",
|
|
8
20
|
"bin": {
|
|
@@ -11,6 +23,9 @@
|
|
|
11
23
|
"files": [
|
|
12
24
|
"dist"
|
|
13
25
|
],
|
|
26
|
+
"bugs": {
|
|
27
|
+
"email": "enterpriseharellc@outlook.com"
|
|
28
|
+
},
|
|
14
29
|
"publishConfig": {
|
|
15
30
|
"access": "public"
|
|
16
31
|
},
|