pcm-shared-components 2.1.58 → 2.1.60
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,4 +29,8 @@ Manually deploying is faster then committing the code as it doesn't need to crea
|
|
|
29
29
|
# Or run the following to do it all in one go!
|
|
30
30
|
sh ./publish.sh
|
|
31
31
|
|
|
32
|
-
```
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
# Update the remote Library
|
|
35
|
+
|
|
36
|
+
```npm run bump``` - This will bump the version of the library and push it to the remote repository.
|