@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.
Files changed (2) hide show
  1. package/README.md +3 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,22 +6,10 @@
6
6
 
7
7
  ## Installation
8
8
 
9
- This packaged library is privately managed with [GitHub Packages](https://github.com/features/packages), and can be installed via npm/yarn like any other npm package. All release versions can be viewed under the Packages section of this repo.
9
+ ### 1. Make sure you have @openfin NPM access
10
10
 
11
- ### 1. Setup access to Github private package
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
 
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.0.33",
4
+ "version": "0.0.38",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "types": "dist/index.d.ts",