Wizcorp / node-pivotal

NodeJS API library for PivotalTracker
44 stars 20 forks source link

Completely non-functional now with the release of the validator module v3.0.0 #29

Closed heyheyjp closed 10 years ago

heyheyjp commented 10 years ago

The package.json file specifies version ">=0.3.9" for dependency module "validator". The problem is that major, breaking changes were introduced in their most recent release, v3.0.0. Any process running this module's code after a fresh npm install/update will crash to do unguarded references to properties of non-existent objects and/or calls on non-existent functions.

ronkorving commented 10 years ago

Solved thanks to your pull request, thanks!