Skip to content

Commit

Permalink
chore(package): Require npm 3.10.8 or later
Browse files Browse the repository at this point in the history
Update the `engines` field to include only the earliest version of the
current LTS line of releases and the version of npm included with that
release.
  • Loading branch information
scriptdaemon committed Jan 23, 2018
1 parent f491198 commit c126dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"eslint": "^4.12.1"
},
"engines": {
"node": ">=6"
"node": ">=6.9.0",
"npm": ">=3.10.8"
}
}

0 comments on commit c126dc4

Please sign in to comment.