From 2a0565bfe4060abd363e68669b617df5f72e8db1 Mon Sep 17 00:00:00 2001 From: privateOmega Date: Mon, 30 Aug 2021 17:07:41 +0530 Subject: [PATCH] fix: update main and module file names --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f3734c0..2fe1f64 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,8 @@ "version": "1.0.2", "description": "Generate an archive stream from any number of files on the web with concurrency", "source": "src/index.js", - "exports": "./dist/stream-archiver.modern.js", - "main": "./dist/stream-archiver.cjs", - "module": "./dist/stream-archiver.module.js", - "unpkg": "./dist/stream-archiver.umd.js", + "main": "./dist/stream-archiver.umd.js", + "module": "./dist/stream-archiver.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .",