Comparing version 0.6.4 to 0.6.5
@@ -128,8 +128,5 @@ 'use strict'; | ||
var rs = fs.createReadStream(tempFile); | ||
// rs.on('finish', function() { | ||
// rimraf.sync(tempFile); | ||
// resolve(destDir); | ||
// }); | ||
rs.pipe(tar.extract(destDir).on('finish', function(stuff) { | ||
console.log(stuff); | ||
rs.pipe(tar.extract(destDir).on('finish', function() { | ||
rimraf.sync(tempFile); | ||
resolve(destDir); | ||
})); | ||
@@ -136,0 +133,0 @@ } catch (err) { |
{ | ||
"name": "door43-rc", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "A utility for managing Door43 Resource Containers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36147
890