dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

axe-webdriverjs should have peerDependency on selenium-webdriver #1

Closed arschmitz closed 9 years ago

arschmitz commented 9 years ago

This package requires selenium -webdriver to be present but does not depend on it because it assumes it is present already in projects. This makes it a peer dependency.

http://blog.nodejs.org/2013/02/07/peer-dependencies/