From 694f52e2b9a5aec8e352f39a8242bde51f8e1c2a Mon Sep 17 00:00:00 2001 From: "Rong Sen Ng (motss)" Date: Wed, 22 May 2019 23:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deep_clone/README.md | 2 +- lit_ntml/README.md | 8 ++++---- normalize_diacritics/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deep_clone/README.md b/deep_clone/README.md index de2c463..8e9c2f9 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.1/deep_clone/mod.ts"; +import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.5.0/deep_clone/mod.ts"; (async () => { const simpleObject = { diff --git a/lit_ntml/README.md b/lit_ntml/README.md index 98b096f..e1ce081 100644 --- a/lit_ntml/README.md +++ b/lit_ntml/README.md @@ -13,8 +13,8 @@ ## Table of contents - [Usage](#usage) - - [html()](#html) - - [htmlFragment()](#htmlfragment) + - [html()](#html) + - [htmlFragment()](#htmlfragment) - [API Reference](#api-reference) - [html()](#html-1) - [htmlFragment()](#htmlfragment-1) @@ -25,7 +25,7 @@ #### html() ```ts -import { html } from "https://denopkg.com/motss/deno_mod@v0.4.1/lit_ntml/mod.ts"; +import { html } from "https://denopkg.com/motss/deno_mod@v0.5.0/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 07ce572..cf88163 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.1/normalize_diacritics/mod.ts"; +import { normalize } from "https://denopkg.com/motss/deno_mod@v0.5.0/normalize_diacritics/mod.ts"; (async () => { const str = "söme stüff with áccènts";