data-forge-indicators
data-forge-indicators copied to clipboard
Dev dependecy chai required in production?
I have notices, that the production code is using chai for testing and I am getting
Error: Cannot find module 'chai'
since it is listed under devDependencies
Ok thanks for letting me know.
Feel free to move the code that depends on chai or add chai to normal dependencies. If you submit a PR I'll accept and publish a new version.
I'm receiving the same error. I'll take a look at it later and submit a PR if I can.
Please feel to remove chai for assertions and just throw exceptions... that way we can remove chai as a dependency altogether.