supascan 0.1.1 → 0.1.3

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.
Files changed (3) hide show
  1. package/README.md +8 -4
  2. package/dist/supascan.js +176 -457
  3. package/package.json +9 -6
package/README.md CHANGED
@@ -17,11 +17,9 @@
17
17
 
18
18
  ## Installation
19
19
 
20
- **NPM:**
20
+ **Note:**
21
21
 
22
- ```bash
23
- npm install -g supascan
24
- ```
22
+ - Primarily tested with [Bun](https://bun.sh) runtime (Node.js support is experimental)
25
23
 
26
24
  **Bun:**
27
25
 
@@ -29,6 +27,12 @@ npm install -g supascan
29
27
  bun install -g supascan
30
28
  ```
31
29
 
30
+ **NPM:**
31
+
32
+ ```bash
33
+ npm install -g supascan
34
+ ```
35
+
32
36
  **From source:**
33
37
 
34
38
  ```bash