Skip to content

Commit

Permalink
Update package.json engines to reflect supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed May 19, 2018
1 parent 8afacce commit 1b76fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-register": "@babel/register"
},
"engines": {
"node": "*"
"node": ">= 6.9.0 <= 11.0.0-0"
},
"scripts": {
"build:transpile": "babel nunjucks --out-dir .",
Expand Down

0 comments on commit 1b76fb8

Please sign in to comment.