Skip to content

Commit

Permalink
Changed the reference from unzip2 to node-unzip-2 (same library) to a…
Browse files Browse the repository at this point in the history
…llow for node 12 & 13 support)
  • Loading branch information
james-w-arnold committed Jan 11, 2020
1 parent 47dc862 commit e14b667
Show file tree
Hide file tree
Showing 3 changed files with 621 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/behavepro.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
'use strict'
var request = require('request');
var unzip = require('unzip2');
var unzip = require('node-unzip-2');
var fs = require('fs');
var mkdir = require('mkdirp');
var _ = require('underscore');
Expand Down
Loading

0 comments on commit e14b667

Please sign in to comment.