bootstrap-slider v6.0.0 Release Notes

Release Date: 2015-12-30 // over 8 years ago
    • Moving all source code to /src directory
    • Transpiling JS with Babel
    • ➕ Adding Other Guidelines section to CONTRIBUTING.MD
    • ⚡️ Updating README with Grunt CLI tasks
    • ⚡️ Update postpublish script to reference transpiled code
    • Freezing dependency versions (this allows us to ensure the module and grunt tasks always have consistent/repeatable behavior)
    • ➕ Adding an .nvmrc file for Node 5.x.x. This version of node comes with NPM 3.x.x, which creates a flat dependency tree for node_modules, which basically eliminates the need for bower as our client-side deps management solution