@evo/rx
v4.1.12
Published
Library for composing asynchronous and event-based operations in JavaScript
Downloads
842
Readme
:warning: This fork was created for custom build for @evo. The main reason for creating custom build is reducing the bundle size. None code of the original sources was modified. All included methods for custom builds are stored in custom-builds folder.
Custom builds:
- dist/rx.prom.js
npm run build:prom
Deploy
Travis ci is configured to publish package on a new tag
npm run build:prom
// ... or your custom build
npm version patch|minor|major
git push origin master
git push origin <your tag>