diff options
Diffstat (limited to 'dev/lib/zip.js')
-rw-r--r-- | dev/lib/zip.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/zip.js b/dev/lib/zip.js index 007b4285..62d0784c 100644 --- a/dev/lib/zip.js +++ b/dev/lib/zip.js @@ -14,4 +14,5 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ + export * from '@zip.js/zip.js/lib/zip.js'; |