-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bitmap
85 lines (83 loc) · 2.48 KB
/
.bitmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/docs/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/docs/components/removing-components) for more information, or use "bit remove --help".
*/
{
"apps/ui/to-do": {
"scope": "wbit.wui",
"version": "0.0.6",
"mainFile": "index.ts",
"rootDir": "wui/apps/ui/to-do",
"config": {
"co-bit/my-react-env": {},
"teambit.envs/envs": {
"env": "co-bit/my-react-env"
}
}
},
"bit-com/say-hello": {
"scope": "co-bit",
"version": "0.0.16",
"mainFile": "index.ts",
"rootDir": "wbit/bit-com/say-hello"
},
"bit-com/to-do-list": {
"scope": "co-bit",
"version": "0.0.16",
"mainFile": "index.ts",
"rootDir": "co-bit/bit-com/to-do-list"
},
"extensions/my-compiler": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "co-bit/extensions/my-compiler"
},
"hui/hook/use-counter": {
"scope": "hui-bit",
"version": "0.0.4",
"mainFile": "index.ts",
"rootDir": "hui-bit/hui/hook/use-counter"
},
"my-react": {
"scope": "co-bit",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "co-bit/my-react"
},
"my-react-env": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "co-bit/my-react-env",
"config": {
"teambit.envs/env": {},
"teambit.envs/envs": {
"env": "teambit.envs/env"
}
}
},
"my-workspace": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "co-bit/my-workspace"
},
"ui/align-center": {
"scope": "co-bit",
"version": "0.0.4",
"mainFile": "index.ts",
"rootDir": "co-bit/ui/align-center"
},
"wui/wui-react": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "co-bit/wui/wui-react"
},
"$schema-version": "15.0.0"
}