package.json: specify engines with node>=4

master
Will Roberts 6 years ago
parent 5bbbea2776
commit e1c91e6c09
  1. 1
      {{cookiecutter.app_name}}/package.json

@ -15,6 +15,7 @@
}, },
"author": "{{cookiecutter.full_name}}", "author": "{{cookiecutter.full_name}}",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"engines": { "node" : ">=4" },
"bugs": { "bugs": {
"url": "https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}/issues" "url": "https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}/issues"
}, },

Loading…
Cancel
Save