diff --git a/{{cookiecutter.app_name}}/package.json b/{{cookiecutter.app_name}}/package.json index 7cb9d32..b1682e8 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -15,6 +15,7 @@ }, "author": "{{cookiecutter.full_name}}", "license": "BSD-3-Clause", + "engines": { "node" : ">=4" }, "bugs": { "url": "https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}/issues" },