pcm-shared-components 2.1.131 → 2.1.132

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,20 @@ sh ./publish.sh
40
40
  ```npm run bump``` - This will bump the version of the library and push it to the remote repository.
41
41
 
42
42
 
43
+ ------------------------------------------------------------------------------------------------------------
44
+ ## Environment (.env)
45
+
46
+ Copy `.env-template` and rename it to `.env`.
47
+
48
+ Create a granular access token at [https://www.npmjs.com/settings/tokens](https://www.npmjs.com/settings/tokens) with publish permission.
49
+
50
+ Place your token inside the `.env` file:
51
+
52
+ NPM_TOKEN=your_npm_token_here
53
+
54
+ The token will be used automatically during release and publishing.
55
+
56
+
43
57
  ------------------------------------------------------------------------------------------------------------
44
58
 
45
59
  # ##########################################################################
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.131",
3
+ "version": "2.1.132",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {