decompress
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -111,3 +111,3 @@ 'use strict'; | ||
var dest; | ||
var dir = path.dirname(entry.entryName.toString()).split(path.sep); | ||
var dir = path.dirname(entry.entryName.toString()).split('/'); | ||
var file = path.basename(entry.rawEntryName.toString()); | ||
@@ -114,0 +114,0 @@ |
{ | ||
"name": "decompress", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Easily extract zip, tar and tar.gz archives", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# decompress [![Build Status](https://travis-ci.org/kevva/decompress.svg?branch=master)](https://travis-ci.org/kevva/decompress) | ||
> Easily extract `.zip`, `.tar` and `.tar.gz` archives. Based on the extract utility in [Bower](https://github.com/bower/bower). | ||
> Easily extract `.zip`, `.tar` and `.tar.gz` archives | ||
@@ -69,4 +69,2 @@ ## Install | ||
You can also use it as a CLI app by installing it globally: | ||
```bash | ||
@@ -76,4 +74,2 @@ $ npm install --global decompress | ||
### Usage | ||
```bash | ||
@@ -97,2 +93,2 @@ $ decompress --help | ||
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](http://kevinmartensson.com) | ||
MIT © [Kevin Mårtensson](http://kevinmartensson.com) |
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
8018
92