@unocss/scope 0.45.8 → 0.45.13

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 +4 -0
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # @unocss/scope
2
2
 
3
3
  A stub package for the `per-module` mode of [`@unocss/vite`](https://github.com/unocss/unocss/tree/main/packages/vite).
4
+
5
+ ## License
6
+
7
+ MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "@unocss/scope",
3
- "version": "0.45.8",
3
+ "version": "0.45.13",
4
+ "description": "Placeholder for UnoCSS scope import",
5
+ "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
+ "license": "MIT",
4
7
  "exports": {
5
8
  ".": {
6
9
  "require": "./index.cjs",