Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
util: remove uses of external gunzip-maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 3, 2017
1 parent b58ec30 commit f57342a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/extract-shrinkwrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var finished = require('mississippi').finished
var gunzip = require('gunzip-maybe')
var gunzip = require('./gunzip-maybe')
var pipe = require('mississippi').pipe
var pipeline = require('mississippi').pipeline
var through = require('mississippi').through
Expand Down
2 changes: 1 addition & 1 deletion lib/util/extract-stream.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var gunzip = require('gunzip-maybe')
var gunzip = require('./gunzip-maybe')
var path = require('path')
var pipeline = require('mississippi').pipeline
var tar = require('tar-fs')
Expand Down

0 comments on commit f57342a

Please sign in to comment.