Skip to content

Commit

Permalink
Prevent node stable crash 🐛
Browse files Browse the repository at this point in the history
- updating unzip2 with node-unzip-2 fork that uses graceful-fs@4
  nodejs/node#20285 (comment)
  • Loading branch information
vladimyr authored and agnivade committed May 3, 2018
1 parent 3da13c0 commit 4f36d3e
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "7"
- "8"
- "9"
# - "stable"
- "stable"
script:
- npm run test:all
cache:
Expand Down
2 changes: 1 addition & 1 deletion lib/remote.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const unzip = require('unzip2');
const unzip = require('node-unzip-2');
const config = require('./config');

let request = require('request');
Expand Down
Loading

0 comments on commit 4f36d3e

Please sign in to comment.