danielduarte / flowed

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
https://danielduarte.github.io/flowed
MIT License
151 stars 21 forks source link

added umd in webpack #37

Closed saleehk closed 2 years ago

saleehk commented 2 years ago

npm i flowed

was not working in web projects. this fixes that
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

danielduarte commented 2 years ago

Thank you for your collaboration. I'll be reviewing and merging your changes soon.

danielduarte commented 2 years ago

Hi @saleehk, this was solved in v1.14.5. I made a different commit instead of merging this one so the code is still compliant with the defined coding standards and the commits with Conventional Commits. I've also used the Webpack optionoutput.library.type instead of output.libraryTarget, since the last one is deprecated. Thanks for your contribution!