@aziontech/icons 1.2.0 → 1.2.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 +1 -1
- package/catalog.json +2012 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -280,7 +280,7 @@ The [`scripts/build-package.mjs`](scripts/build-package.mjs) orchestrator runs 7
|
|
|
280
280
|
4. **Create `index.css`** — barrel file importing both `azionicons.css` and `primeicons.css`
|
|
281
281
|
5. **Generate `dist/package.json`** — creates a clean package manifest with exports for npm
|
|
282
282
|
6. **Copy LICENSE & README.md** — into `dist/` for npm
|
|
283
|
-
7. **
|
|
283
|
+
7. **Generate to `dist/catalog.json/`** — create file to consume to display the available icons
|
|
284
284
|
|
|
285
285
|
### Publishing
|
|
286
286
|
|