danrouse / react-audio-recorder

A React Component using the Web Audio API to record, save, and play audio.
MIT License
143 stars 45 forks source link

Minified dist file is missing from npm published package #18

Open steelbrain opened 6 years ago

steelbrain commented 6 years ago

On react-audio-recorder@2.1.0 on npm, the main file references two dist files

Only the latter (without the min ext) is available on the npm package and the other one is missing. Can you please publish another version with both files included?

bzitzow commented 5 years ago

@danrouse

@evgimov and I confirmed that the package.json main entry references dist/AudioRecorder.min.js and the installed package does not contain it. Can we publish an updated version of this?