@unocss/rule-utils 0.58.0 → 0.58.1

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
@@ -1,7 +1,7 @@
1
1
  # @unocss/rule-utils
2
2
 
3
3
  The utilities for creating rules/presets for [UnoCSS](https://github.com/unocss/unocss).
4
-
4
+
5
5
  ## License
6
6
 
7
7
  MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/rule-utils",
3
- "version": "0.58.0",
3
+ "version": "0.58.1",
4
4
  "description": "Utilities for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "magic-string": "^0.30.5",
37
- "@unocss/core": "^0.58.0"
37
+ "@unocss/core": "^0.58.1"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "unbuild",