Skip to content

Commit

Permalink
update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Dec 21, 2020
1 parent 2c88b4d commit de7613a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-7z-archive",
"version": "0.9.10",
"version": "0.9.11",
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.",
"type": "module",
"main": "lib/index.mjs",
Expand Down Expand Up @@ -72,8 +72,8 @@
"node": ">=12.0.0"
},
"dependencies": {
"node-unar": "^1.0.4",
"node-sys": "^1.0.6",
"node-unar": "^1.0.5",
"node-sys": "^1.1.1",
"fs-extra": "^9.0.1",
"node-wget-fetch": "^1.1.0",
"when": "^3.7.8",
Expand Down

0 comments on commit de7613a

Please sign in to comment.