@knighted/jsx 1.0.0-alpha.0 → 1.0.0-alpha.1
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 +8 -2
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knighted/jsx",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
4
|
"description": "A simple JSX transpiler that runs in node.js or the browser.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"jsx transform"
|
|
6
|
+
"jsx browser transform",
|
|
7
|
+
"jsx transpiler",
|
|
8
|
+
"jsx compiler",
|
|
9
|
+
"jsx parser",
|
|
10
|
+
"jsx runtime",
|
|
11
|
+
"jsx node",
|
|
12
|
+
"jsx"
|
|
7
13
|
],
|
|
8
14
|
"type": "module",
|
|
9
15
|
"main": "./dist/index.js",
|