codemerge-cli 1.2.9 → 1.3.1
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ npm install --save-dev codemerge-cli
|
|
|
56
56
|
|
|
57
57
|
### Requirements
|
|
58
58
|
|
|
59
|
-
- Node.js
|
|
59
|
+
- Node.js \>= 16.0.0
|
|
60
60
|
|
|
61
61
|
-----
|
|
62
62
|
|
|
@@ -233,8 +233,6 @@ codemerge watch --ignore "*.test.ts" --include "***.tsx"
|
|
|
233
233
|
- `POST /commit` - Execute local git commit
|
|
234
234
|
- `GET /command-output` - Get output of the last post-upsert command
|
|
235
235
|
|
|
236
|
-
See HTTP Server & API for details.
|
|
237
|
-
|
|
238
236
|
-----
|
|
239
237
|
|
|
240
238
|
### `codemerge help`
|