@pikacss/plugin-reset 0.0.38 → 0.0.39

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
@@ -103,7 +103,7 @@ export default defineEngineConfig({
103
103
 
104
104
  ## Documentation
105
105
 
106
- For complete documentation, visit: [PikaCSS Documentation](https://pikacss.dev)
106
+ For complete documentation, visit: [PikaCSS Documentation](https://pikacss.github.io/pikacss/)
107
107
 
108
108
  ## License
109
109
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.38",
7
+ "version": "0.0.39",
8
8
  "author": "DevilTea <ch19980814@gmail.com>",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -39,10 +39,10 @@
39
39
  "dist"
40
40
  ],
41
41
  "peerDependencies": {
42
- "@pikacss/core": "0.0.38"
42
+ "@pikacss/core": "0.0.39"
43
43
  },
44
44
  "devDependencies": {
45
- "@pikacss/core": "0.0.38"
45
+ "@pikacss/core": "0.0.39"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",