Skip to content

Commit 6495567

Browse files
committed
version up v1.0.1
1 parent b52e707 commit 6495567

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lithent
1+
# tmpl-htm
22

33
Generate HTML elements using HTM ("Hyperscript Tagged Markup") or JSX.
44

@@ -28,7 +28,7 @@ pnpm add tmpl-htm
2828

2929
#### Or Use CDN
3030

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
3232

3333

3434
#### With HTM
@@ -81,7 +81,7 @@ const element = tmplTag`<${Component} />`;
8181
{
8282
"compilerOptions": {
8383
"jsx": "react-jsx",
84-
"jsxImportSource": "lithent",
84+
"jsxImportSource": "tmpl-htm",
8585
//...
8686
}
8787
}
@@ -178,7 +178,7 @@ npm install -g pnpm
178178
```bash
179179
git clone https://github.com/superlucky84/tmpl-htm.git
180180

181-
cd lithent
181+
cd tmpl-htm
182182

183183
pnpm install
184184
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tmpl-htm",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An extensible virtual DOM library for lightweight use in a variety of environments.",
55
"packageManager": "pnpm@7.6.0",
66
"main": "./dist/tmplHtm.umd.js",

0 commit comments

Comments
 (0)