Skip to content

Commit

Permalink
fix: Declare totalEntries variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sidartaveloso committed Aug 19, 2024
1 parent 8199c43 commit efaa9db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sidartaveloso-adm-zip",
"name": "@devix-tecnologia/devix-adm-zip",
"version": "0.5.15",
"description": "Força gerar versao! Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
"description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
"scripts": {
"test": "mocha -R spec",
"test:format": "npm run format:prettier:raw -- --check",
Expand All @@ -15,11 +15,11 @@
"archive",
"unzip"
],
"homepage": "https://github.com/cthackers/adm-zip",
"homepage": "https://github.com/devix-tecnologia/devix-adm-zip",
"author": "Nasca Iacob <[email protected]> (https://github.com/cthackers)",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/cthackers/adm-zip/issues"
"url": "https://github.com/devix-tecnologia/devix-adm-zip/issues"
},
"license": "MIT",
"files": [
Expand All @@ -34,7 +34,7 @@
"main": "adm-zip.js",
"repository": {
"type": "git",
"url": "https://github.com/cthackers/adm-zip.git"
"url": "https://github.com/devix-tecnologia/devix-adm-zip.git"
},
"engines": {
"node": ">=12.0"
Expand Down

0 comments on commit efaa9db

Please sign in to comment.