@engrate/components 0.0.5 → 0.1.0

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
@@ -155,11 +155,9 @@ This library follows Engrate's brand guidelines:
155
155
 
156
156
  ## Publishing to NPM
157
157
 
158
- Make sure you have access to the @engrate org in NPM and then run:
159
-
160
- ```
161
- npm publish --access public
162
- ```
158
+ 1. Make sure you have access to the NPM `@engrate` org
159
+ 2. Update version in `package.json`
160
+ 3. Run `make publish`
163
161
 
164
162
  ## License
165
163