aredridel / html5

Event-driven HTML5 Parser in Javascript
http://dinhe.net/~aredridel/projects/js/html5/
MIT License
590 stars 168 forks source link

jsdom should be a devDependency #117

Open cscott opened 8 years ago

cscott commented 8 years ago

The package.json lists jsdom as an optional dependency. But the test suite for html5 uses jsdom. So the right thing would be to put jsdom in devDependencies as well as optionalDependencies.