Comparing version 2.0.0 to 2.0.1
@@ -14,8 +14,3 @@ "use strict" | ||
var path = require('path') | ||
var fs | ||
try { | ||
fs = require('graceful-fs') | ||
} catch (ex) { | ||
fs = require('fs') | ||
} | ||
var fs = require('graceful-fs') | ||
@@ -22,0 +17,0 @@ var win32 = process.platform === 'win32' |
{ | ||
"name": "tar-pack", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Package and un-package modules of some sort (in tar/gz bundles).", | ||
@@ -13,6 +13,4 @@ "scripts": { | ||
"license": "BSD", | ||
"optionalDependencies": { | ||
"graceful-fs": "1.2" | ||
}, | ||
"dependencies": { | ||
"graceful-fs": "4.1", | ||
"uid-number": "0.0.3", | ||
@@ -19,0 +17,0 @@ "once": "~1.1.1", |
@@ -5,5 +5,5 @@ # Tar Pack | ||
[![Build Status](https://travis-ci.org/ForbesLindesay/tar-pack.png?branch=master)](https://travis-ci.org/ForbesLindesay/tar-pack) | ||
[![Dependency Status](https://gemnasium.com/ForbesLindesay/tar-pack.png)](https://gemnasium.com/ForbesLindesay/tar-pack) | ||
[![NPM version](https://badge.fury.io/js/tar-pack.png)](http://badge.fury.io/js/tar-pack) | ||
[![Build Status](https://img.shields.io/travis/ForbesLindesay/tar-pack/master.svg)](https://travis-ci.org/ForbesLindesay/tar-pack) | ||
[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/tar-pack.svg)](https://gemnasium.com/ForbesLindesay/tar-pack) | ||
[![NPM version](https://img.shields.io/npm/v/tar-pack.svg)](http://badge.fury.io/js/tar-pack) | ||
@@ -10,0 +10,0 @@ ## Installation |
@@ -0,0 +0,0 @@ var tar = require('../') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
19376
12
0
9
274
+ Addedgraceful-fs@4.1
+ Addedgraceful-fs@4.1.15(transitive)
- Removedgraceful-fs@1.2.3(transitive)