@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 +3 -5
- package/dist/index.cjs.js +20 -20
- package/dist/index.d.ts +352 -1
- package/dist/index.es.js +5101 -3474
- package/dist/styles.css +1 -1
- package/package.json +4 -1
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
|
|
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
|
|