Skip to content

Commit

Permalink
Merge pull request #40 from nickcolley/looser-node-versions
Browse files Browse the repository at this point in the history
Test with the previous lts, lts stable and stable
  • Loading branch information
NickColley committed May 28, 2018
2 parents d11606f + 01d28f8 commit b892ed0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
lts/*
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
language: node_js
node_js:
- "lts/boron"
- "lts/carbon"
- "stable"
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,22 @@
"author": "Nick Colley",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
"node": ">= 6.0.0"
},
"dependencies": {
"axe-core": "3.0.2",
"jest-matcher-utils": "23.0.1",
"lodash.merge": "4.6.1"
},
"devDependencies": {
"async-to-gen": "^1.4.0",
"jest": "23.0.1",
"react": "16.4.0",
"react-dom": "16.4.0"
},
"jest": {
"transform": {
"^.+\\.js$": "async-to-gen"
}
}
}

0 comments on commit b892ed0

Please sign in to comment.