Skip to content

Commit 6f5e751

Browse files
committed
update version and indicate in readme to a complete rewrite version of this repo
1 parent a3319f1 commit 6f5e751

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ node-7z-forall
99
1010
> ____This is for version 2.x WIP, for version 1.x see [1x](https://github.com/techno-express/node-7z-forall/tree/1x) branch.____
1111
12+
There is another module [node-7z-archive/](https://nodei.co/npm/node-7z-archive/) that is ESM only, has an alternative CLI interface, and using the full `7zip` version, mostly a BC WIP rewrite.
13+
1214
Usage
1315
-----
1416

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-7z-forall",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A CommonJs and ESM frontend to 7-Zip, downloads binaries in for Linux, Windows, and Mac OSX, with methods to create SFX self extracting 7z archives targeting different platforms.",
55
"type": "commonjs",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)