Skip to content

Commit

Permalink
Merge pull request #1161 from jonathanchu/master
Browse files Browse the repository at this point in the history
Fix dependency version for node v11.0.0
  • Loading branch information
fdintino authored Oct 31, 2018
2 parents 39bb716 + 9dc07dc commit 3512ca6
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": ">= 6.9.0 <= 11.0.0-0"
"node": ">= 6.9.0 <= 11.0.0"
},
"scripts": {
"build:transpile": "babel nunjucks --out-dir .",
Expand Down

0 comments on commit 3512ca6

Please sign in to comment.