Skip to content

Commit

Permalink
build(package.json): Raise minimum Node version to LTS argon version
Browse files Browse the repository at this point in the history
Changed `engine` semvar to match last version of Node-4.x. Its EOL is scheduled for 2018-04-30.
  • Loading branch information
plroebuck committed Mar 15, 2018
1 parent 56a1d03 commit 22e35c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"time-grunt": "~1.4.0"
},
"engines": {
"node": ">= 4.0.0",
"node": ">= 4.8.7",
"npm": ">= 2.15.11"
}
}

0 comments on commit 22e35c9

Please sign in to comment.