@stemui/icons 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Icon package for the workspace monorepo. SVG source files are converted into typ
4
4
 
5
5
  ## Daily Workflow
6
6
 
7
- 1. Drop SVG files into [svg/](/Users/zhangyuqi/work/web-ui/packages/icons/svg).
7
+ 1. Drop SVG files into `svg/`.
8
8
  2. Start the linked preview workflow from the workspace root:
9
9
 
10
10
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemui/icons",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Stem UI icon library generated from SVG sources.",
5
5
  "type": "module",
6
6
  "license": "MIT",