Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Update for Node LTS #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified bin/index.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const decompressTar = require('decompress-tar');
const decompressTarbz2 = require('decompress-tarbz2');
const decompressTargz = require('decompress-targz');
const decompressUnzip = require('decompress-unzip');
const decompressTarXz = require('decompress-tarxz');
const decompressTarXz = require('@felipecrs/decompress-tarxz');
const kill = require('tree-kill');

function fileExists(file) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"url": "https://github.com/ddsol/speedtest.net.git"
},
"dependencies": {
"chalk": "^2.4.1",
"@felipecrs/decompress-tarxz": "^4.0.0",
"chalk": "^4.1.2",
"decompress": "^4.2.0",
"decompress-tar": "^4.1.1",
"decompress-tarbz2": "^4.1.1",
"decompress-targz": "^4.1.1",
"decompress-tarxz": "^3.0.0",
"decompress-unzip": "^4.0.1",
"download": "^7.1.0",
"download": "^8.0.0",
"draftlog": "^1.0.12",
"mkdirp": "^1.0.3",
"sha256-file": "^1.0.0",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^8.8.0"
},
"license": "MIT",
"files": [
Expand Down