Skip to content

Commit

Permalink
Merge pull request #1165 from stigkj/master
Browse files Browse the repository at this point in the history
Fix engine version for Node v11.1.0
  • Loading branch information
fdintino authored Nov 9, 2018
2 parents 3512ca6 + 40480f0 commit bcd45fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

* Fix engine version for Node v11.1.0
* Fix "Unexpected token" error for U+2028 unicode newline. Fixes [#126](https://github.com/mozilla/nunjucks/issues/126) and [#736](https://github.com/mozilla/nunjucks/issues/736)

3.1.3 (May 19 2018)
Expand Down
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"
"node": ">= 6.9.0 <= 11.1.0"
},
"scripts": {
"build:transpile": "babel nunjucks --out-dir .",
Expand Down

0 comments on commit bcd45fc

Please sign in to comment.