single-file-cli 2.0.57 → 2.0.59

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 CHANGED
@@ -65,11 +65,11 @@ Make sure Chrome or a Chromium-based browser is installed in the default folder.
65
65
 
66
66
  - There are 3 ways to download the code of SingleFile, choose the one you prefer:
67
67
 
68
- - Download and install with `npm` (`npm` is installed with Node.js)
68
+ - Install with `npm` (`npm` is installed with Node.js) and run with `npx`
69
69
 
70
70
  ```sh
71
71
  npm install "single-file-cli"
72
- cd node_modules/single-file-cli
72
+ npx single-file ...
73
73
  ```
74
74
 
75
75
  You can also install SingleFile globally with `-g` when running `npm install`.
package/build.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- deno vendor "npm:single-file-core@1.5.21"
3
+ deno vendor "npm:single-file-core@1.5.25"
4
4
 
5
5
  echo "
6
6
  import { build } from 'npm:esbuild';
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@single-file/single-file-cli",
3
- "version": "2.0.57",
3
+ "version": "2.0.59",
4
4
  "description": "SingleFile CLI",
5
5
  "nodeModulesDir": true,
6
6
  "exports": {