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

Cleanup dependencies #37

Closed marcysutton closed 7 years ago

marcysutton commented 7 years ago

I wish this had made it into our latest release, but somehow I missed it.

dylanb commented 7 years ago

@marcysutton move the axe-core dependency to dependencies and leave the selenium-webdriver dependency as a peer dependency

Also, bump the version to 1.1.1

marcysutton commented 7 years ago

@dylanb I committed those changes and updated the README.