Remove tar module dependency from package.json and cleanup /vendors.

Former-commit-id: 6d32d4a3b5ef1c79e07ae3328080cb1d02f6f794
This commit is contained in:
John-David Dalton
2012-11-06 06:48:17 -08:00
parent 7629bca62d
commit 4d3f4e096b
6 changed files with 7 additions and 1077 deletions

View File

@@ -7,7 +7,7 @@
fs = require('fs'),
https = require('https'),
path = require('path'),
tar = require('tar'),
tar = require('../vendor/tar/tar.js'),
zlib = require('zlib');
/** The path of the directory that is the base of the repository */