thedersen / backbone.validation

A validation plugin for Backbone.js that validates both your model as well as form input
thedersen.com/projects/backbone-validation
MIT License
1.32k stars 300 forks source link

Deprecate backbone.validation package on NPM in favor of backbone-validation #339

Open justinffs opened 7 years ago

justinffs commented 7 years ago

Just ran into the issue where an old tutorial was used and someone ran npm install backbone.validation instead of backbone-validation

NPM docs have some instructions for deprecating a package

https://docs.npmjs.com/cli/deprecate

npm deprecate backbone.validation@"< 0.7.2" "WARNING: This project has been renamed to backbone-validation. Install using backbone-validation instead."
rally25rs commented 6 years ago

backbone.validation was published by someone who forked this lib and published it under that different name https://github.com/blikblum/backbone.validation so there is nothing that @thedersen can do about that.