From 782eb1c16f8b74c9d38ff58a996d51c5ce02e3cf Mon Sep 17 00:00:00 2001 From: "Rong Sen Ng (motss)" Date: Sat, 4 May 2019 19:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deep_clone/README.md | 2 +- lit_ntml/README.md | 4 ++-- normalize_diacritics/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deep_clone/README.md b/deep_clone/README.md index 0c8120d..0f05f04 100644 --- a/deep_clone/README.md +++ b/deep_clone/README.md @@ -22,7 +22,7 @@ ```ts /** Import from GH via `denopkg` */ -import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.4.0/deep_clone/mod.ts"; +import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.4.1/deep_clone/mod.ts"; (async () => { const simpleObject = { diff --git a/lit_ntml/README.md b/lit_ntml/README.md index 2ca3fbc..519d982 100644 --- a/lit_ntml/README.md +++ b/lit_ntml/README.md @@ -25,7 +25,7 @@ #### html() ```ts -import { html } from "https://denopkg.com/motss/deno_mod@v0.4.0/lit_ntml/mod.ts"; +import { html } from "https://denopkg.com/motss/deno_mod@v0.4.1/lit_ntml/mod.ts"; const peopleList = ["Cash Black", "Vict Fisherman"]; const syncTask = () => `

Hello, World!

`; @@ -40,7 +40,7 @@ await html`${syncTask}${asyncLiteral}${asyncListTask}`; /** `

Hello, World!

`; const externalStyleLiteral = ``; diff --git a/normalize_diacritics/README.md b/normalize_diacritics/README.md index ed33818..4963c49 100644 --- a/normalize_diacritics/README.md +++ b/normalize_diacritics/README.md @@ -22,7 +22,7 @@ ```ts /** Import from GH via `denopkg` */ -import { normalize } from "https://denopkg.com/motss/deno_mod@v0.4.0/normalize_diacritics/mod.ts"; +import { normalize } from "https://denopkg.com/motss/deno_mod@v0.4.1/normalize_diacritics/mod.ts"; (async () => { const str = "söme stüff with áccènts";