@momentum-design/components 0.0.19 → 0.0.21

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.
Files changed (2) hide show
  1. package/README.md +2 -15
  2. 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 finalised.
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
@@ -28,5 +28,5 @@
28
28
  "@momentum-design/icons": "*",
29
29
  "@momentum-design/tokens": "*"
30
30
  },
31
- "version": "0.0.19"
31
+ "version": "0.0.21"
32
32
  }