Skip to content

Commit

Permalink
chore: require Node.js 6.9; disallow Node.js 7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js < 6.9 and Node.js 7 are  no longer supported
  • Loading branch information
realityking authored and honzajavorek committed Jan 11, 2019
1 parent f83bd00 commit aa7963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"dredd": "bin/dredd"
},
"engines": {
"node": ">= 6"
"node": "^6.9 || >=8"
},
"scripts": {
"docs:lint": "doc8 ./docs && sphinx-build -nW -b linkcheck ./docs ./docs/_build",
Expand Down

0 comments on commit aa7963b

Please sign in to comment.