@pikacss/core 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 +1 -1
package/README.md CHANGED
@@ -194,7 +194,7 @@ export function myPlugin(): Plugin {
194
194
 
195
195
  ## Documentation
196
196
 
197
- For complete documentation, visit: [PikaCSS Documentation](https://pikacss.dev)
197
+ For complete documentation, visit: [PikaCSS Documentation](https://pikacss.github.io/pikacss/)
198
198
 
199
199
  ## License
200
200
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikacss/core",
3
3
  "type": "module",
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "author": "DevilTea <ch19980814@gmail.com>",
6
6
  "license": "MIT",
7
7
  "repository": {