Skip to content

Commit

Permalink
Merge pull request #59 from Turbo87/declare-node-compat
Browse files Browse the repository at this point in the history
package.json: Declare Node.js version requirements
  • Loading branch information
Turbo87 authored Oct 13, 2018
2 parents db3f067 + e896559 commit ba1d783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"lerna-changelog": "^0.7.0",
"qunit": "~2.6.1"
},
"engines": {
"node": ">= 4"
},
"changelog": {
"repo": "ember-cli/ember-cli-inject-live-reload",
"labels": {
Expand Down

0 comments on commit ba1d783

Please sign in to comment.