Skip to content

Commit

Permalink
fix: update main and module file names
Browse files Browse the repository at this point in the history
  • Loading branch information
privateOmega committed Aug 30, 2021
1 parent 8415c2d commit 2a0565b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 2a0565b

Please sign in to comment.