ConduitJS
ConduitJS copied to clipboard
Build targets do not match components.json
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 unable to find the built scripts. My pull request resolves this by updating the build target names, but this could also be resolved by pointing component.json at the current build target names. I'm not sure which solution has the least outside impact. Mine is probably wrong...