zachleat 42.0.0 → 43.0.0

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 (2) hide show
  1. package/README.md +5 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,20 +2,15 @@
2
2
 
3
3
  Meta package for Zach Leatherman
4
4
 
5
- ## Installation
5
+ ## Usage
6
6
 
7
7
  * [`zachleat` on npm](https://www.npmjs.com/package/zachleat)
8
8
 
9
- ```sh
10
- npm install zachleat
11
- ```
12
-
13
- ## Usage
14
-
15
9
  ### CLI
16
10
 
17
11
  ```sh
18
12
  npx zachleat
13
+ deno x zachleat
19
14
  ```
20
15
 
21
16
  ### Programmatic
@@ -31,5 +26,6 @@ zachleat();
31
26
 
32
27
  ## Changelog
33
28
 
34
- * `v42` Bump `update-notifier` from v5 to [v6](https://github.com/sindresorhus/update-notifier/releases/tag/v6.0.0) (ESM) to [v7](https://github.com/sindresorhus/update-notifier/releases/tag/v7.0.0) (Node 18+)
35
- * `v41` Upgraded to ESM.
29
+ * `v43` Node 20+; Deno instructions
30
+ * `v42` Bump `update-notifier` from v5 to [v6](https://github.com/sindresorhus/update-notifier/releases/tag/v6.0.0) (ESM) to [v7](https://github.com/sindresorhus/update-notifier/releases/tag/v7.0.0); Node 18+
31
+ * `v41` ESM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zachleat",
3
- "version": "42.0.0",
3
+ "version": "43.0.0",
4
4
  "description": "Meta package for Zach Leatherman",
5
5
  "main": "./src/index.js",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "test": "node --test"
13
13
  },
14
14
  "engines": {
15
- "node": ">=18"
15
+ "node": ">=20"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",