File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # lithent
1
+ # tmpl-htm
2
2
3
3
Generate HTML elements using HTM ("Hyperscript Tagged Markup") or JSX.
4
4
@@ -28,7 +28,7 @@ pnpm add tmpl-htm
28
28
29
29
#### Or Use CDN
30
30
31
- * UMD : https://cdn.jsdelivr.net/npm/tmpl-htm@1.0.0 /dist/tmplHtm.umd.js
31
+ * UMD : https://cdn.jsdelivr.net/npm/tmpl-htm@1.0.1 /dist/tmplHtm.umd.js
32
32
33
33
34
34
#### With HTM
@@ -81,7 +81,7 @@ const element = tmplTag`<${Component} />`;
81
81
{
82
82
" compilerOptions" : {
83
83
" jsx" : " react-jsx" ,
84
- " jsxImportSource" : " lithent " ,
84
+ " jsxImportSource" : " tmpl-htm " ,
85
85
// ...
86
86
}
87
87
}
@@ -178,7 +178,7 @@ npm install -g pnpm
178
178
``` bash
179
179
git clone https://github.com/superlucky84/tmpl-htm.git
180
180
181
- cd lithent
181
+ cd tmpl-htm
182
182
183
183
pnpm install
184
184
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tmpl-htm" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " An extensible virtual DOM library for lightweight use in a variety of environments." ,
5
5
"packageManager" : " pnpm@7.6.0" ,
6
6
"main" : " ./dist/tmplHtm.umd.js" ,
You can’t perform that action at this time.
0 commit comments