@elenajs/plugin-cem-define 0.0.2 → 0.1.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elenajs/plugin-cem-define",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "CEM analyzer plugin that
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "CEM analyzer plugin that registers the Elena components in the manifest.",
|
|
5
5
|
"author": "Elena <hi@elenajs.com>",
|
|
6
6
|
"homepage": "https://elenajs.com/",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"src"
|
|
17
17
|
],
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": ">=
|
|
19
|
+
"node": ">= 20"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@custom-elements-manifest/analyzer": ">=0.10.0"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "3da2b4411c0a4d36085b1095feabbaabea50909f"
|
|
25
25
|
}
|