@pikacss/plugin-icons 0.0.50 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -30,7 +30,7 @@ Then use in templates:
30
30
 
31
31
  ## Documentation
32
32
 
33
- See the [full documentation](https://pikacss.com/guide/plugins/icons).
33
+ See the [full documentation](https://pikacss.com/official-plugins/icons).
34
34
 
35
35
  ## License
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikacss/plugin-icons",
3
3
  "type": "module",
4
- "version": "0.0.50",
4
+ "version": "0.0.51",
5
5
  "author": "DevilTea <ch19980814@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://pikacss.com",
@@ -42,14 +42,14 @@
42
42
  "node": ">=22"
43
43
  },
44
44
  "peerDependencies": {
45
- "@pikacss/core": "0.0.50"
45
+ "@pikacss/core": "0.0.51"
46
46
  },
47
47
  "dependencies": {
48
48
  "@iconify/utils": "^3.1.0",
49
49
  "ofetch": "^1.5.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@pikacss/core": "0.0.50"
52
+ "@pikacss/core": "0.0.51"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsdown",