This commit is contained in:
2017-03-12 22:16:48 +01:00
parent 13c82ce689
commit a602c68d8b
20 changed files with 1137 additions and 2251 deletions

View File

@@ -1,8 +1,8 @@
/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
/// <reference path="../ts/typings/main.d.ts" />
var smartarchive = require("./index.js");
var path = require("path");
remotezip.get({
smartarchive.get({
from:"https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
toPath:path.resolve("./test/"),
cb: function(){