@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.
- package/LICENSE.md +5 -0
- package/package.json +2 -2
package/LICENSE.md
ADDED
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.
|
|
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": "
|
|
12
|
+
"license": "SEE LICENSE IN LICENSE.MD",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"start": "yarn storybook",
|
|
15
15
|
"build": "yarn build:clean && yarn build:src",
|