@openfin/ui-library 0.0.33 → 0.0.38
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/README.md +3 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,22 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### 1. Make sure you have @openfin NPM access
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
There are a few ways to do this, here's one way 👇
|
|
14
|
-
|
|
15
|
-
```sh
|
|
16
|
-
# .npmrc in downstream application repository consuming UI Library
|
|
17
|
-
@openfin:registry=https://npm.pkg.github.com/
|
|
18
|
-
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
# .zshrc or .bash_profile
|
|
23
|
-
export GITHUB_TOKEN=<Your Github Personalized Access Token with READ access to this Repository>
|
|
24
|
-
```
|
|
11
|
+
- Make sure you have @openfin private NPM registry access
|
|
12
|
+
- Log in to npm, preferably via `npm login`.
|
|
25
13
|
|
|
26
14
|
### 2. Install the package
|
|
27
15
|
|