@llui/vite-plugin 0.0.3 → 0.0.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,3 @@ The compiler emits warnings for common issues:
47
47
  | Empty props | Element helper called with empty props object |
48
48
  | Namespace imports | `import * as` prevents tree-shaking |
49
49
  | Spread children | Spread in children array defeats static analysis |
50
-
51
- ## License
52
-
53
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llui/vite-plugin",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {