@pikacss/plugin-reset 0.0.50 → 0.0.52

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
@@ -22,7 +22,7 @@ export default defineEngineConfig({
22
22
 
23
23
  ## Documentation
24
24
 
25
- See the [full documentation](https://pikacss.com/guide/plugins/reset).
25
+ See the [full documentation](https://pikacss.com/official-plugins/reset).
26
26
 
27
27
  ## License
28
28
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.50",
7
+ "version": "0.0.52",
8
8
  "author": "DevilTea <ch19980814@gmail.com>",
9
9
  "license": "MIT",
10
10
  "homepage": "https://pikacss.com",
@@ -39,10 +39,10 @@
39
39
  "node": ">=22"
40
40
  },
41
41
  "peerDependencies": {
42
- "@pikacss/core": "0.0.50"
42
+ "@pikacss/core": "0.0.52"
43
43
  },
44
44
  "devDependencies": {
45
- "@pikacss/core": "0.0.50"
45
+ "@pikacss/core": "0.0.52"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",