Skip to content

Commit 694f52e

Browse files
committed
🔖 v0.5.0
1 parent 3813c46 commit 694f52e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎deep_clone/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
```ts
2424
/** Import from GH via `denopkg` */
25-
import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.4.1/deep_clone/mod.ts";
25+
import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.5.0/deep_clone/mod.ts";
2626

2727
(async () => {
2828
const simpleObject = {

‎lit_ntml/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
## Table of contents <!-- omit in toc -->
1414

1515
- [Usage](#usage)
16-
- [html()](#html)
17-
- [htmlFragment()](#htmlfragment)
16+
- [html()](#html)
17+
- [htmlFragment()](#htmlfragment)
1818
- [API Reference](#api-reference)
1919
- [html()](#html-1)
2020
- [htmlFragment()](#htmlfragment-1)
@@ -25,7 +25,7 @@
2525
#### html()
2626

2727
```ts
28-
import { html } from "https://denopkg.com/motss/deno_mod@v0.4.1/lit_ntml/mod.ts";
28+
import { html } from "https://denopkg.com/motss/deno_mod@v0.5.0/lit_ntml/mod.ts";
2929

3030
const peopleList = ["Cash Black", "Vict Fisherman"];
3131
const syncTask = () => `<h1>Hello, World!</h1>`;
@@ -40,7 +40,7 @@ await html`${syncTask}${asyncLiteral}${asyncListTask}`; /** <!DOCTYPE html><html
4040
#### htmlFragment()
4141

4242
```ts
43-
import { htmlFragment as html } from "https://denopkg.com/motss/deno_mod@v0.4.1/lit_ntml/mod.ts";
43+
import { htmlFragment as html } from "https://denopkg.com/motss/deno_mod@v0.5.0/lit_ntml/mod.ts";
4444

4545
const syncTask = () => `<h1>Hello, World!</h1>`;
4646
const externalStyleLiteral = `<style>body { margin: 0; padding: 0; box-sizing: border-box; }</style>`;

‎normalize_diacritics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
```ts
2424
/** Import from GH via `denopkg` */
25-
import { normalize } from "https://denopkg.com/motss/deno_mod@v0.4.1/normalize_diacritics/mod.ts";
25+
import { normalize } from "https://denopkg.com/motss/deno_mod@v0.5.0/normalize_diacritics/mod.ts";
2626

2727
(async () => {
2828
const str = "söme stüff with áccènts";

0 commit comments

Comments
 (0)