Skip to content

Commit

Permalink
Switch to minified versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bartle committed Jul 27, 2021
1 parent 34d8645 commit 02c79f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.4",
"description": "Real-time audio processing for voice, in web browsers",
"entry": "src/index.ts",
"module": "dist/esm/index.js",
"iife": "dist/iife/index.js",
"module": "dist/esm/index.min.js",
"iife": "dist/iife/index.min.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build:all": "rollup --config",
Expand Down

0 comments on commit 02c79f0

Please sign in to comment.