On react-audio-recorder@2.1.0 on npm, the main file references two dist files
dist/AudioRecorder.min.js
dist/AudioRecorder.js
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?
@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?
On
react-audio-recorder@2.1.0
on npm, the main file references two dist filesdist/AudioRecorder.min.js
dist/AudioRecorder.js
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?