Skip to content

Commit e363fae

Browse files
authored
update minimum version of node from 4.0.0 to 6.10.3 (#9537)
According http://node.green/ node has good support of ES6 since 6.10.3LTS (except the ES6 modules :-(). Updating the minimum version of node allows us to use ES6 features to simplify our gulp and server code.
1 parent 7077019 commit e363fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Fastish HTML",
66
"main": "index.js",
77
"engines": {
8-
"node": "^4.0.0"
8+
"node": "^6.10.3"
99
},
1010
"author": "The AMP HTML Authors",
1111
"license": "Apache-2.0",

0 commit comments

Comments
 (0)