unocss 0.12.13 → 0.12.14
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.
- package/README.md +4 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -567,6 +567,10 @@ See [@unocss/runtime](https://github.com/antfu/unocss/tree/main/packages/runtime
|
|
|
567
567
|
</a>
|
|
568
568
|
</p>
|
|
569
569
|
|
|
570
|
+
## Project Activity
|
|
571
|
+
|
|
572
|
+

|
|
573
|
+
|
|
570
574
|
## License
|
|
571
575
|
|
|
572
576
|
[MIT](./LICENSE) License © 2021 [Anthony Fu](https://github.com/antfu)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.14",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"*.d.ts"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@unocss/core": "0.12.
|
|
46
|
-
"@unocss/cli": "0.12.
|
|
47
|
-
"@unocss/reset": "0.12.
|
|
48
|
-
"@unocss/preset-icons": "0.12.
|
|
49
|
-
"@unocss/preset-attributify": "0.12.
|
|
50
|
-
"@unocss/preset-uno": "0.12.
|
|
51
|
-
"@unocss/vite": "0.12.
|
|
45
|
+
"@unocss/core": "0.12.14",
|
|
46
|
+
"@unocss/cli": "0.12.14",
|
|
47
|
+
"@unocss/reset": "0.12.14",
|
|
48
|
+
"@unocss/preset-icons": "0.12.14",
|
|
49
|
+
"@unocss/preset-attributify": "0.12.14",
|
|
50
|
+
"@unocss/preset-uno": "0.12.14",
|
|
51
|
+
"@unocss/vite": "0.12.14"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=14"
|