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

peerDependency with axe-core 2.0.5 due to ~ symbol #19

Closed felixzapata closed 7 years ago

felixzapata commented 7 years ago

Hi, I have an issue related with an update, and the new version of the aXe core.

Is it necessary the peer dependency with version 2.0.5? With ~2.0.5 you only obtain until 2.0.7 but with ^2.0.5 you can download the latest version.