fixed archiver right now

This commit is contained in:
Dolan Miu
2016-03-31 18:07:22 +01:00
parent a88a59fd51
commit 8af6262a83
3 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,7 @@
/// <reference path="../typings/mocha/mocha.d.ts" />
/// <reference path="../typings/chai/chai.d.ts" />
/// <reference path="../typings/archiver/archiver.d.ts" />
import {LocalPacker} from "../export/packer/local";
import {assert} from "chai";