Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Webpack Validator Into Webpack.Config.js #381

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update travis and package requirements
  • Loading branch information
LukeSheard committed Aug 8, 2016
commit e8716f10a38a23cd5bcd696924a24f53db33a1fa
2 changes: 1 addition & 1 deletion bin/gatsby.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var verDigit = Number(version.match(/\d+/)[0])

if (verDigit < 4) {
console.error(
'Error: Gatsby 0.9+ requires node.js v4 or higher (you have ' + version + ') ' +
'Error: Gatsby 0.13+ requires node.js v4 or higher (you have ' + version + ') ' +
'Upgrade node to the latest stable release.'
)
process.exit()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"nyc": "^7.0.0"
},
"engines": {
"node": ">0.12.0"
"node": ">4.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby#readme",
"keywords": [
Expand Down