ConduitJS
ConduitJS copied to clipboard
Add a pipeline process to any method
As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit...
Very interesting module; I'm going to be using it in a large project I just started. As I was reading the code, I noticed what could potentially be a bottleneck:...
I revisited my earlier PR and felt that this was the correct solution. This resolves issue #5.
The build targets, `conduit.js` and `conduit.min.js`, do not match the references in component.json for `conduitjs.js` and conduitjs.min.js```. Because of this, tools that rely on components.json to pull in ConduitJS are...