@muibook/components 8.0.1 → 8.0.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 +16 -0
- package/dist/esm/css/mui-tokens.css +1 -1
- package/dist/esm/custom-elements.json +473 -473
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,6 +178,22 @@ npm publish
|
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
181
|
+
## Title
|
|
182
|
+
|
|
183
|
+
Refreshing Your npm Access Token (90-Day Expiry)
|
|
184
|
+
|
|
185
|
+
### Description:
|
|
186
|
+
|
|
187
|
+
npm login tokens expire every 90 days. When they do, you must log in again before publishing packages. No other setup needs to be repeated.
|
|
188
|
+
|
|
189
|
+
### Steps:
|
|
190
|
+
|
|
191
|
+
1. Run npm login to refresh your token.
|
|
192
|
+
2. Publish normally with `npm publish --access public`
|
|
193
|
+
3. Repeat npm login every 90 days when prompted.
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
181
197
|
### Development Notes
|
|
182
198
|
|
|
183
199
|
- Add any new components to `vite.config.ts` to include them in builds
|