@aziontech/icons 1.2.1 → 1.2.3
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
> Icon font library for Azion — **azionicons** (`ai`) + **primeicons** (`pi`) delivered as CSS + woff2.
|
|
4
4
|
|
|
5
|
+
[](https://github.com/aziontech/webkit/actions/workflows/package-icons.yml)
|
|
6
|
+
[](https://badge.fury.io/js/%40aziontech%2Ficons)
|
|
7
|
+
[](https://www.npmjs.com/package/@aziontech/icons)
|
|
8
|
+
[](https://www.npmjs.com/package/@aziontech/icons)
|
|
9
|
+
[](https://www.npmjs.com/package/@aziontech/icons)
|
|
5
10
|
[](LICENSE)
|
|
6
|
-
[](https://www.npmjs.com/package/@aziontech/icons)
|
|
7
11
|
|
|
8
12
|
---
|
|
9
13
|
|
|
@@ -280,7 +284,7 @@ The [`scripts/build-package.mjs`](scripts/build-package.mjs) orchestrator runs 7
|
|
|
280
284
|
4. **Create `index.css`** — barrel file importing both `azionicons.css` and `primeicons.css`
|
|
281
285
|
5. **Generate `dist/package.json`** — creates a clean package manifest with exports for npm
|
|
282
286
|
6. **Copy LICENSE & README.md** — into `dist/` for npm
|
|
283
|
-
7. **
|
|
287
|
+
7. **Generate to `dist/catalog.json/`** — create file to consume to display the available icons
|
|
284
288
|
|
|
285
289
|
### Publishing
|
|
286
290
|
|