onurzorluer / react-image-file-resizer

Resize Local Images with React 🌄 🌅
MIT License
317 stars 41 forks source link

`/build` directory is not updated on NPM (v0.1.6) #3

Closed AhmadMaleki closed 5 years ago

AhmadMaleki commented 5 years ago

Describe the bug Version is updated from 0.1.5 to 0.1.6 and the /src directory is updated on npm to include This PR. But I think the project is not built on npm because the /build directory is not updated.

To Reproduce Steps to reproduce the behavior:

  1. npm i -S react-image-file-resizer
  2. Compare the /src/index.js and /build/index.js files.

Expected behavior /build directory should include the latest update which involves the exported function to have 8 arguments.

Screenshots This is the part in /src/index.js: (Note 8 arguments) src This is the corresponding part in /build/index.js: (Note 7 arguments) build

Desktop:

onurzorluer commented 5 years ago

Thanks, this issue solved with v0.1.7.