@unocss/preset-wind3 66.1.0-beta.3 → 66.1.0-beta.4

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 +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ Tailwind / Windi CSS compact preset for [UnoCSS](https://github.com/unocss/unocs
4
4
 
5
5
  ## Documentation
6
6
 
7
- Please refer to the [documentation](https://unocss.dev/presets/wind).
7
+ Please refer to the [documentation](https://unocss.dev/presets/wind3).
8
8
 
9
9
  ## License
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind3",
3
3
  "type": "module",
4
- "version": "66.1.0-beta.3",
4
+ "version": "66.1.0-beta.4",
5
5
  "description": "Tailwind 3 / Windi CSS compact preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -60,9 +60,9 @@
60
60
  "dist"
61
61
  ],
62
62
  "dependencies": {
63
- "@unocss/core": "66.1.0-beta.3",
64
- "@unocss/preset-mini": "66.1.0-beta.3",
65
- "@unocss/rule-utils": "66.1.0-beta.3"
63
+ "@unocss/preset-mini": "66.1.0-beta.4",
64
+ "@unocss/rule-utils": "66.1.0-beta.4",
65
+ "@unocss/core": "66.1.0-beta.4"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "unbuild",