cfpb / node-wcag

WCAG and Section 508 accessibility audits from the command line.
Creative Commons Zero v1.0 Universal
31 stars 8 forks source link

Fix Travis CI by updating dependencies #32

Closed contolini closed 9 years ago

contolini commented 9 years ago

Turns out the issue with #31 was an outdated version of verb that was trying to install a module that was recently unpublished from npm. This PR updates verb and all other dependencies. The .eslintrc file was also updated in order to be compatible with the latest version of ESLint.