@uob-web-and-digital/component-library 2.9.1 → 2.9.2

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 CHANGED
@@ -106,10 +106,10 @@ In order to test the component library with you need to build and then package t
106
106
 
107
107
  ```
108
108
  npm run build-package
109
- npm pack <filename>
109
+ npm pack
110
110
  ```
111
111
 
112
- This produces \<filename\>.tgz
112
+ This produces something like @uob-web-and-digital/component-library-2.8.0.tgz where the filename is generated from the package name and version name in the package.json file.
113
113
 
114
114
  Copy this file into the root directory of your consuming app then change your package.json to point to that file instead of the npmjs.org package.
115
115