Open cscott opened 9 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.
package.json
jsdom
html5
devDependencies
optionalDependencies
The
package.json
listsjsdom
as an optional dependency. But the test suite forhtml5
usesjsdom
. So the right thing would be to putjsdom
indevDependencies
as well asoptionalDependencies
.