@pikacss/nuxt-pikacss 0.0.49 → 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 +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
19
19
 
20
20
  ## Documentation
21
21
 
22
- See the [full documentation](https://pikacss.com/guide/integrations/nuxt).
22
+ See the [full documentation](https://pikacss.com/integrations/nuxt).
23
23
 
24
24
  ## License
25
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikacss/nuxt-pikacss",
3
3
  "type": "module",
4
- "version": "0.0.49",
4
+ "version": "0.0.51",
5
5
  "author": "DevilTea <ch19980814@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://pikacss.com",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pathe": "^2.0.3",
49
- "@pikacss/unplugin-pikacss": "0.0.49"
49
+ "@pikacss/unplugin-pikacss": "0.0.51"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nuxt/kit": "^4.4.2",