Skip to content

Commit

Permalink
Merge pull request #574 from doug-wade/fix-317
Browse files Browse the repository at this point in the history
#317 Specify supported node versions for generator-react-server
  • Loading branch information
doug-wade authored Aug 17, 2016
2 parents 5f55eba + 8f673da commit 8f505a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/generator-react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"lint": "eslint generators/ test/",
"clean": "rimraf npm-debug.log*"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"engines": {
"node": ">= 4.3.1"
}
}

0 comments on commit 8f505a7

Please sign in to comment.