Skip to content

Commit a3f5b01

Browse files
committed
Replace skypack w/ esm.sh
1 parent a9ef208 commit a3f5b01

File tree

73 files changed

+383
-383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+383
-383
lines changed

packages/remark-lint-blockquote-indentation/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5858
npm install remark-lint-blockquote-indentation
5959
```
6060

61-
In Deno with [Skypack][]:
61+
In Deno with [`esm.sh`][esmsh]:
6262

6363
```js
64-
import remarkLintBlockquoteIndentation from 'https://cdn.skypack.dev/remark-lint-blockquote-indentation@3?dts'
64+
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3'
6565
```
6666

67-
In browsers with [Skypack][]:
67+
In browsers with [`esm.sh`][esmsh]:
6868

6969
```html
7070
<script type="module">
71-
import remarkLintBlockquoteIndentation from 'https://cdn.skypack.dev/remark-lint-blockquote-indentation@3?min'
71+
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3?bundle'
7272
</script>
7373
```
7474

@@ -269,7 +269,7 @@ abide by its terms.
269269

270270
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
271271

272-
[skypack]: https://www.skypack.dev
272+
[esmsh]: https://esm.sh
273273

274274
[npm]: https://docs.npmjs.com/cli/install
275275

packages/remark-lint-checkbox-character-style/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5757
npm install remark-lint-checkbox-character-style
5858
```
5959

60-
In Deno with [Skypack][]:
60+
In Deno with [`esm.sh`][esmsh]:
6161

6262
```js
63-
import remarkLintCheckboxCharacterStyle from 'https://cdn.skypack.dev/remark-lint-checkbox-character-style@4?dts'
63+
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4'
6464
```
6565

66-
In browsers with [Skypack][]:
66+
In browsers with [`esm.sh`][esmsh]:
6767

6868
```html
6969
<script type="module">
70-
import remarkLintCheckboxCharacterStyle from 'https://cdn.skypack.dev/remark-lint-checkbox-character-style@4?min'
70+
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4?bundle'
7171
</script>
7272
```
7373

@@ -321,7 +321,7 @@ abide by its terms.
321321

322322
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
323323

324-
[skypack]: https://www.skypack.dev
324+
[esmsh]: https://esm.sh
325325

326326
[npm]: https://docs.npmjs.com/cli/install
327327

packages/remark-lint-checkbox-content-indent/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5353
npm install remark-lint-checkbox-content-indent
5454
```
5555

56-
In Deno with [Skypack][]:
56+
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import remarkLintCheckboxContentIndent from 'https://cdn.skypack.dev/remark-lint-checkbox-content-indent@4?dts'
59+
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4'
6060
```
6161

62-
In browsers with [Skypack][]:
62+
In browsers with [`esm.sh`][esmsh]:
6363

6464
```html
6565
<script type="module">
66-
import remarkLintCheckboxContentIndent from 'https://cdn.skypack.dev/remark-lint-checkbox-content-indent@4?min'
66+
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4?bundle'
6767
</script>
6868
```
6969

@@ -240,7 +240,7 @@ abide by its terms.
240240

241241
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
242242

243-
[skypack]: https://www.skypack.dev
243+
[esmsh]: https://esm.sh
244244

245245
[npm]: https://docs.npmjs.com/cli/install
246246

packages/remark-lint-code-block-style/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5656
npm install remark-lint-code-block-style
5757
```
5858

59-
In Deno with [Skypack][]:
59+
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import remarkLintCodeBlockStyle from 'https://cdn.skypack.dev/remark-lint-code-block-style@3?dts'
62+
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3'
6363
```
6464

65-
In browsers with [Skypack][]:
65+
In browsers with [`esm.sh`][esmsh]:
6666

6767
```html
6868
<script type="module">
69-
import remarkLintCodeBlockStyle from 'https://cdn.skypack.dev/remark-lint-code-block-style@3?min'
69+
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3?bundle'
7070
</script>
7171
```
7272

@@ -333,7 +333,7 @@ abide by its terms.
333333

334334
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
335335

336-
[skypack]: https://www.skypack.dev
336+
[esmsh]: https://esm.sh
337337

338338
[npm]: https://docs.npmjs.com/cli/install
339339

packages/remark-lint-definition-case/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5555
npm install remark-lint-definition-case
5656
```
5757

58-
In Deno with [Skypack][]:
58+
In Deno with [`esm.sh`][esmsh]:
5959

6060
```js
61-
import remarkLintDefinitionCase from 'https://cdn.skypack.dev/remark-lint-definition-case@3?dts'
61+
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3'
6262
```
6363

64-
In browsers with [Skypack][]:
64+
In browsers with [`esm.sh`][esmsh]:
6565

6666
```html
6767
<script type="module">
68-
import remarkLintDefinitionCase from 'https://cdn.skypack.dev/remark-lint-definition-case@3?min'
68+
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3?bundle'
6969
</script>
7070
```
7171

@@ -215,7 +215,7 @@ abide by its terms.
215215

216216
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
217217

218-
[skypack]: https://www.skypack.dev
218+
[esmsh]: https://esm.sh
219219

220220
[npm]: https://docs.npmjs.com/cli/install
221221

packages/remark-lint-definition-spacing/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5656
npm install remark-lint-definition-spacing
5757
```
5858

59-
In Deno with [Skypack][]:
59+
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import remarkLintDefinitionSpacing from 'https://cdn.skypack.dev/remark-lint-definition-spacing@3?dts'
62+
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3'
6363
```
6464

65-
In browsers with [Skypack][]:
65+
In browsers with [`esm.sh`][esmsh]:
6666

6767
```html
6868
<script type="module">
69-
import remarkLintDefinitionSpacing from 'https://cdn.skypack.dev/remark-lint-definition-spacing@3?min'
69+
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3?bundle'
7070
</script>
7171
```
7272

@@ -219,7 +219,7 @@ abide by its terms.
219219

220220
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
221221

222-
[skypack]: https://www.skypack.dev
222+
[esmsh]: https://esm.sh
223223

224224
[npm]: https://docs.npmjs.com/cli/install
225225

packages/remark-lint-emphasis-marker/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5656
npm install remark-lint-emphasis-marker
5757
```
5858

59-
In Deno with [Skypack][]:
59+
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import remarkLintEmphasisMarker from 'https://cdn.skypack.dev/remark-lint-emphasis-marker@3?dts'
62+
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3'
6363
```
6464

65-
In browsers with [Skypack][]:
65+
In browsers with [`esm.sh`][esmsh]:
6666

6767
```html
6868
<script type="module">
69-
import remarkLintEmphasisMarker from 'https://cdn.skypack.dev/remark-lint-emphasis-marker@3?min'
69+
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3?bundle'
7070
</script>
7171
```
7272

@@ -294,7 +294,7 @@ abide by its terms.
294294

295295
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
296296

297-
[skypack]: https://www.skypack.dev
297+
[esmsh]: https://esm.sh
298298

299299
[npm]: https://docs.npmjs.com/cli/install
300300

packages/remark-lint-fenced-code-flag/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5555
npm install remark-lint-fenced-code-flag
5656
```
5757

58-
In Deno with [Skypack][]:
58+
In Deno with [`esm.sh`][esmsh]:
5959

6060
```js
61-
import remarkLintFencedCodeFlag from 'https://cdn.skypack.dev/remark-lint-fenced-code-flag@3?dts'
61+
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3'
6262
```
6363

64-
In browsers with [Skypack][]:
64+
In browsers with [`esm.sh`][esmsh]:
6565

6666
```html
6767
<script type="module">
68-
import remarkLintFencedCodeFlag from 'https://cdn.skypack.dev/remark-lint-fenced-code-flag@3?min'
68+
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3?bundle'
6969
</script>
7070
```
7171

@@ -311,7 +311,7 @@ abide by its terms.
311311

312312
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
313313

314-
[skypack]: https://www.skypack.dev
314+
[esmsh]: https://esm.sh
315315

316316
[npm]: https://docs.npmjs.com/cli/install
317317

packages/remark-lint-fenced-code-marker/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5656
npm install remark-lint-fenced-code-marker
5757
```
5858

59-
In Deno with [Skypack][]:
59+
In Deno with [`esm.sh`][esmsh]:
6060

6161
```js
62-
import remarkLintFencedCodeMarker from 'https://cdn.skypack.dev/remark-lint-fenced-code-marker@3?dts'
62+
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3'
6363
```
6464

65-
In browsers with [Skypack][]:
65+
In browsers with [`esm.sh`][esmsh]:
6666

6767
```html
6868
<script type="module">
69-
import remarkLintFencedCodeMarker from 'https://cdn.skypack.dev/remark-lint-fenced-code-marker@3?min'
69+
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3?bundle'
7070
</script>
7171
```
7272

@@ -307,7 +307,7 @@ abide by its terms.
307307

308308
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
309309

310-
[skypack]: https://www.skypack.dev
310+
[esmsh]: https://esm.sh
311311

312312
[npm]: https://docs.npmjs.com/cli/install
313313

packages/remark-lint-file-extension/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5454
npm install remark-lint-file-extension
5555
```
5656

57-
In Deno with [Skypack][]:
57+
In Deno with [`esm.sh`][esmsh]:
5858

5959
```js
60-
import remarkLintFileExtension from 'https://cdn.skypack.dev/remark-lint-file-extension@2?dts'
60+
import remarkLintFileExtension from 'https://esm.sh/remark-lint-file-extension@2'
6161
```
6262

63-
In browsers with [Skypack][]:
63+
In browsers with [`esm.sh`][esmsh]:
6464

6565
```html
6666
<script type="module">
67-
import remarkLintFileExtension from 'https://cdn.skypack.dev/remark-lint-file-extension@2?min'
67+
import remarkLintFileExtension from 'https://esm.sh/remark-lint-file-extension@2?bundle'
6868
</script>
6969
```
7070

@@ -222,7 +222,7 @@ abide by its terms.
222222

223223
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
224224

225-
[skypack]: https://www.skypack.dev
225+
[esmsh]: https://esm.sh
226226

227227
[npm]: https://docs.npmjs.com/cli/install
228228

0 commit comments

Comments
 (0)