Skip to content

Commit

Permalink
Merge pull request #20 from nickcolley/node-8x-engines
Browse files Browse the repository at this point in the history
Loosen Node engines requirement.
  • Loading branch information
NickColley authored Mar 3, 2018
2 parents e63c74f + 9a813c1 commit 51799d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.4
8.0.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.3

- Loosen Node engines requirement to 8.x - [(PR #20)](https://github.com/nickcolley/jest-axe/pull/20)

# 2.1.2

- Allow Node.js versions higher than LTS to run jest-axe - [(PR #13)](https://github.com/nickcolley/jest-axe/pull/13) Thanks @connor-baer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Nick Colley",
"license": "MIT",
"engines": {
"node": ">= 8.9.4"
"node": ">= 8.0.0"
},
"dependencies": {
"axe-core": "2.6.1",
Expand Down

0 comments on commit 51799d5

Please sign in to comment.