-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bitmap
27 lines (25 loc) · 1013 Bytes
/
.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
/* 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/reference/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
*/
{
"button": {
"name": "button",
"scope": "bit-examples.github-ci",
"version": "0.0.4",
"mainFile": "index.ts",
"rootDir": "github-ci/button"
},
"card": {
"name": "card",
"scope": "bit-examples.github-ci",
"version": "0.0.5",
"mainFile": "index.ts",
"rootDir": "github-ci/card"
},
"$schema-version": "17.0.0"
}