Export like standard style

This commit is contained in:
Dolan
2017-09-19 15:47:29 +01:00
parent 659936f3f0
commit 518fec0595

View File

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