@great-detail/support-cli 0.1.0 → 0.2.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 +15 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Great Detail Support System CLI
2
+
3
+ [![NPM package @great-detail/support-cli version](https://img.shields.io/npm/v/%40great-detail/support-cli)](https://npmjs.com/package/@great-detail/support-cli)
4
+
5
+ TODO :)
6
+
7
+ ## License
8
+
9
+ Proprietary © 2024 Great Detail Ltd
10
+
11
+ ### Contact
12
+
13
+ **Great Detail Ltd**: <<info@greatdetail.com>>
14
+
15
+ **Dom Webber**: <https://domwebber.dev> <<dom.webber@greatdetail.com>>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@great-detail/support-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "CLI for the Great Detail Support System",
6
6
  "author": "Great Detail Ltd <info@greatdetail.com>",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "license": "MIT",
12
12
  "engines": {
13
- "node": ">=18"
13
+ "node": ">=20"
14
14
  },
15
15
  "bin": {
16
16
  "support-cli": "dist/cli.js"