Skip to content

Commit 8f505a7

Browse files
authored
Merge pull request #574 from doug-wade/fix-317
#317 Specify supported node versions for generator-react-server
2 parents 5f55eba + 8f673da commit 8f505a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/generator-react-server/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"lint": "eslint generators/ test/",
4545
"clean": "rimraf npm-debug.log*"
4646
},
47-
"license": "Apache-2.0"
47+
"license": "Apache-2.0",
48+
"engines": {
49+
"node": ">= 4.3.1"
50+
}
4851
}

0 commit comments

Comments
 (0)