@unocss/transformer-compile-class 0.51.8 → 0.51.12

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
@@ -63,7 +63,7 @@ Will be compiled to:
63
63
 
64
64
  ## Options
65
65
 
66
- You can config the trigger string and prefix for compile class with the options. Refers to [the types](https://github.com/antfu/unocss/blob/main/packages/transformer-compile-class/src/index.ts#L4) for details.
66
+ You can config the trigger string and prefix for compile class with the options. Refers to [the types](https://github.com/unocss/unocss/blob/main/packages/transformer-compile-class/src/index.ts#L4) for details.
67
67
 
68
68
  ## License
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/transformer-compile-class",
3
- "version": "0.51.8",
3
+ "version": "0.51.12",
4
4
  "description": "Compile group of classes into one class",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-compile-class#readme",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/unocss/unocss.git",
11
+ "url": "https://github.com/unocss/unocss",
12
12
  "directory": "packages/transformer-compile-class"
13
13
  },
14
14
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.51.8"
36
+ "@unocss/core": "0.51.12"
37
37
  },
38
38
  "devDependencies": {
39
39
  "magic-string": "^0.30.0"