@logtape/file 0.9.0 → 0.10.0-dev.139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,11 +28,11 @@ This package is available on [JSR] and [npm]. You can install it for various
|
|
|
28
28
|
JavaScript runtimes and package managers:
|
|
29
29
|
|
|
30
30
|
~~~~ sh
|
|
31
|
-
deno add
|
|
32
|
-
npm add
|
|
33
|
-
pnpm add
|
|
34
|
-
yarn add
|
|
35
|
-
bun add
|
|
31
|
+
deno add jsr:@logtape/file # for Deno
|
|
32
|
+
npm add @logtape/file # for npm
|
|
33
|
+
pnpm add @logtape/file # for pnpm
|
|
34
|
+
yarn add @logtape/file # for Yarn
|
|
35
|
+
bun add @logtape/file # for Bun
|
|
36
36
|
~~~~
|
|
37
37
|
|
|
38
38
|
|