mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 210 forks source link

No dist folder when installed as a dependency #105

Closed asheb closed 6 years ago

asheb commented 6 years ago

When added to a project with npm i -S ml there is only src directory inside node_modules/ml. So there's no way to use the minified version directly.