@alto-avios/alto-ui 1.0.0 → 1.0.1

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 +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,8 @@
1
- # Alto UI
1
+ # Alto UI
2
+
3
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/IAG-Loyalty/alto-ui/blob/main/LICENSE)
4
+
5
+ ## License
6
+
7
+ This project is licensed under the terms of the
8
+ [MIT license](/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alto-avios/alto-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A react component library for Alto Design System",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -12,7 +12,7 @@
12
12
  "clean-tokens": "rm -rf alto-tokens"
13
13
  },
14
14
  "author": "Ian Caldwell IAGL",
15
- "license": "ISC",
15
+ "license": "MIT",
16
16
  "dependencies": {
17
17
  "@awesome.me/kit-ea4747af9a": "^1.0.44",
18
18
  "react-aria-components": "^1.2.1",