@openfin/ui-library 0.7.3-alpha.1668698999 → 0.7.3-alpha.1668774261

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/LICENSE.md +5 -0
  2. package/package.json +2 -2
package/LICENSE.md ADDED
@@ -0,0 +1,5 @@
1
+ Learn more about OpenFin licensing at the links listed below or email us at support@openfin.co with questions.
2
+ 2
3
+ 3- [Licensing](https://www.openfin.co/licensing/)
4
+ 4- [Developer agreement](https://openfin.co/developer-agreement/)
5
+ 5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.7.3-alpha.1668698999",
4
+ "version": "0.7.3-alpha.1668774261",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",
@@ -9,7 +9,7 @@
9
9
  "files": [
10
10
  "dist/**/*"
11
11
  ],
12
- "license": "UNLICENSED",
12
+ "license": "SEE LICENSE IN LICENSE.MD",
13
13
  "scripts": {
14
14
  "start": "yarn storybook",
15
15
  "build": "yarn build:clean && yarn build:src",