commit a4120caab47ddf5d11ce6aa42d237566ecdfebe9
parent b9b42223d5687ee98b8706b1826823594cb83dea
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 10 Feb 2015 09:08:52 +0300
Add "engines" section to the`package.json` file. Ref #67
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
@@ -5,6 +5,10 @@
"description": "React / Flux Starter Kit",
"repository": "https://github.com/kriasoft/react-starter-kit",
"license": "MIT",
+ "engines": {
+ "node": ">= 0.10",
+ "npm": ">= 2.1"
+ },
"dependencies": {
"6to5": "3.5.3",
"bootstrap": "3.3.2",