webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

Move unnecessary dependencies to devDependencies #15

Closed msyrus closed 5 years ago

msyrus commented 5 years ago

Following packages are not used in the package, rather they are used in tests and clean scripts. They can be safely moved to devDependencies.

"chai": "^4.2.0",
"mocha": "^6.2.0",
"rimraf": "^2.6.3"
rpii commented 5 years ago

Done