@seahworks/branch-cli 1.0.10 → 1.0.11
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/package.json +1 -1
- package/src/config.js +2 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -17,12 +17,13 @@ export const config = {
|
|
|
17
17
|
],
|
|
18
18
|
|
|
19
19
|
companies: [
|
|
20
|
+
{ name: "공통", value: "CMN" },
|
|
20
21
|
{ name: "세아홀딩스", value: "AAAA" },
|
|
21
22
|
{ name: "세아베스틸지주", value: "AAMW" },
|
|
22
23
|
{ name: "세아베스틸", value: "AAAW" },
|
|
23
24
|
{ name: "세아창원특수강", value: "AABW" },
|
|
24
25
|
{ name: "세아제강지주", value: "AAEB" },
|
|
25
26
|
{ name: "세아제강", value: "AAAB" },
|
|
26
|
-
{ name: "
|
|
27
|
+
{ name: "그 외 계열사", value: "etc" },
|
|
27
28
|
],
|
|
28
29
|
};
|