make packers a top-level export

This commit is contained in:
felipe
2017-03-10 13:47:37 +01:00
parent 09f1d473c3
commit 766069c7cc
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export { LocalPacker } from "./packer/local";
export { ExpressPacker } from "./packer/express";
export { Packer } from "./packer/packer";