Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix: replace axe-core dependency, bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Sep 19, 2017
1 parent 95a2ca1 commit 059d18d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.

<!-- ## [Unreleased] -->

## [1.1.5] - 2017-09-19
### Changed
- Update to axe-core 2.4.1, include in dependencies

## [1.1.2] - 2017-06-14
### Changed
- Update to axe-core 2.3.0 to work with Firefox webdriver
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-webdriverjs",
"description": "Provides a method to inject and analyze web pages using aXe",
"version": "1.1.4",
"version": "1.1.5",
"license": "MPL-2.0",
"main": "lib/index.js",
"contributors": [
Expand Down Expand Up @@ -49,7 +49,6 @@
"selenium-webdriver": ">= 2.53.1"
},
"devDependencies": {
"axe-core": "^2.4.1",
"chai": "^3.0.0",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
Expand All @@ -63,5 +62,7 @@
"serve-static": "^1.9.3",
"sinon": "^1.17.3"
},
"dependencies": {}
"dependencies": {
"axe-core": "^2.4.1"
}
}

0 comments on commit 059d18d

Please sign in to comment.