Skip to content

Commit

Permalink
docs ~ (eg) update os-paths import versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 6, 2022
1 parent baba62f commit 3b2ce8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions eg/show-paths.remote.CDN.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
/* eslint-disable no-console , functional/immutable-data , security/detect-object-injection, security-node/detect-crlf , @typescript-eslint/ban-ts-comment , @typescript-eslint/no-explicit-any */

// @ts-ignore
import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@7.0.0/src/mod.deno.ts';
import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@7.1.0/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@7/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@7.0/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@e1b60de4a7238957/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@7.1/src/mod.deno.ts';
// import osPaths from 'https://cdn.jsdelivr.net/gh/rivy/js.os-paths@baba62f0bcff9575/src/mod.deno.ts';

// create a local reference to refer to `Deno` (for better linting without need for multiple `// @ts-ignore` directives)
// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion eg/show-paths.remote.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* eslint-disable no-console , functional/immutable-data , security/detect-object-injection, security-node/detect-crlf , @typescript-eslint/ban-ts-comment , @typescript-eslint/no-explicit-any */

// @ts-ignore
import osPaths from 'https://deno.land/x/os_paths@v7.0.0/src/mod.deno.ts';
import osPaths from 'https://deno.land/x/os_paths@v7.1.0/src/mod.deno.ts';

// create a local reference to refer to `Deno` (for better linting without need for multiple `// @ts-ignore` directives)
// @ts-ignore
Expand Down

0 comments on commit 3b2ce8a

Please sign in to comment.