From 9ae41c2bd705f0667233022184e1ca17bb43b9ef Mon Sep 17 00:00:00 2001 From: privateOmega Date: Mon, 30 Aug 2021 15:44:44 +0530 Subject: [PATCH] fix: remove type field in package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 173137a..cc4c5a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "stream-archiver", "version": "1.0.1", "description": "Generate an archive stream from any number of files on the web with concurrency", - "type": "module", "source": "src/index.js", "exports": "./dist/stream-archiver.modern.js", "main": "./dist/stream-archiver.cjs",