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

Fixes #28 and probably #29 as well #30

Closed zrrrzzt closed 9 years ago

zrrrzzt commented 9 years ago

Removes xml2json and implements xml2js

zrrrzzt commented 9 years ago

This passes all test locally. It looks like the reason it fails on Travis is line 5 in .travis.yml. It is a unnecessary step given eslint and nodeunit are in the dev dependencies.

contolini commented 9 years ago

Looks good to me, @zrrrzzt. I'll open a PR to remove the unnecessary .travis.yml global installs.

contolini commented 9 years ago

Thanks for helping review, @anselmbradford

anselmbradford commented 9 years ago

Added https://github.com/cfpb/node-wcag/releases/tag/v0.2.0