@loyalty-cloud/ui-icons 1.1.50 → 1.1.51
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This documentation outlines the steps to add icons, build, publish, and use the
|
|
|
9
9
|
To add a new icon to the package, follow these steps:
|
|
10
10
|
|
|
11
11
|
1. **Locate the Icon Directory**
|
|
12
|
-
Navigate to the directory where your SVG icons are stored, e.g., `src/assets/icons
|
|
12
|
+
Navigate to the directory where your SVG icons are stored, e.g., `src/assets/icons`.
|
|
13
13
|
|
|
14
14
|
2. **Add the SVG File**
|
|
15
15
|
Place the new SVG file in the appropriate folder. Use a consistent naming convention, such as `icon-name.svg`.
|
|
@@ -30,7 +30,7 @@ To add a new icon to the package, follow these steps:
|
|
|
30
30
|
Follow these steps to update the version of your NPM package:
|
|
31
31
|
|
|
32
32
|
1. **Locate the Project Directory**
|
|
33
|
-
Navigate to the directory where your NPM package resides, e.g., `projects/loyalty-cloud-ui-icons
|
|
33
|
+
Navigate to the directory where your NPM package resides, e.g., `projects/loyalty-cloud-ui-icons`.
|
|
34
34
|
|
|
35
35
|
2. **Run the Update Version Command**
|
|
36
36
|
Update the package version using the following command:
|
|
@@ -65,7 +65,7 @@ To build the NPM package, follow these steps:
|
|
|
65
65
|
To publish the package to NPM, follow these steps:
|
|
66
66
|
|
|
67
67
|
1. **Navigate to the Build Package Directory**
|
|
68
|
-
Go to the directory where the build output resides, e.g., `dist/loyalty-cloud-ui-icons
|
|
68
|
+
Go to the directory where the build output resides, e.g., `dist/loyalty-cloud-ui-icons`.
|
|
69
69
|
|
|
70
70
|
2. **Login to NPM**
|
|
71
71
|
Authenticate with your NPM account using:
|