@momentum-design/components 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -15
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# @momentum-design/components
|
2
2
|
|
3
|
-
[![license: mit](https://img.shields.io/badge/License-MIT-blueviolet?style=flat-square)](https://github.com/momentum-design/momentum-design/blob/main/LICENSE)
|
4
|
-
![State](https://img.shields.io/badge/State-Alpha-blue?style=flat-square)
|
3
|
+
[![license: mit](https://img.shields.io/badge/License-MIT-blueviolet?style=flat-square)](https://github.com/momentum-design/momentum-design/blob/main/LICENSE) ![State](https://img.shields.io/badge/State-Alpha-blue?style=flat-square) [![NPM Version](https://img.shields.io/npm/v/%40momentum-design%2Fcomponents)](https://www.npmjs.com/package/@momentum-design/components)
|
5
4
|
|
6
5
|
## Overview
|
7
6
|
|
@@ -10,16 +9,4 @@ There will be breaking changes coming up - it is not recommended to consume this
|
|
10
9
|
|
11
10
|
## Consumption
|
12
11
|
|
13
|
-
To be provided once
|
14
|
-
|
15
|
-
## Contributing
|
16
|
-
|
17
|
-
See [our contributing guide](./CONTRIBUTING.md).
|
18
|
-
|
19
|
-
## Scripts
|
20
|
-
|
21
|
-
See [our script documentation](./SCRIPTS.md).
|
22
|
-
|
23
|
-
## Testing
|
24
|
-
|
25
|
-
See [our testing documentation](./TESTING.md).
|
12
|
+
To be provided once available.
|
package/package.json
CHANGED