Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] increased the requirement for the Node.js version to >=6.9.4 …
Browse files Browse the repository at this point in the history
…(Latest LTS: Boron), from now on `webcompiler` will always require at least the latest LTS version of Node.js
  • Loading branch information
thealjey committed Jan 21, 2017
1 parent 8f4fad2 commit c4f9f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
"main": "lib/index.js",
"engines": {
"node": ">=6.8.1",
"npm": ">=3.10.8"
"node": ">=6.9.4",
"npm": ">=3.10.10"
},
"scripts": {
"test": "babel-node ./node_modules/.bin/isparta cover _mocha --root src -- -R nyan",
Expand Down

0 comments on commit c4f9f5b

Please sign in to comment.