Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Require at least Node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 15, 2018
1 parent 5bf9ba6 commit b8efac2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
- '4'
- '5'
- '6'
- '7'
- '8'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"scripts": {
"test": "standard && node cli.js test/ && node cli.js . && node cli.js . --missing --extra --no-dev -e js:detective-cjs"
},
"engines": {
"node": ">=6.0.0"
},
"author": "max ogden",
"dependencies": {
"async": "^2.1.4",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ checks which modules you have used in your code and then makes sure they are lis

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

## requirements

dependency-check `3.x` supports Node.js 6 and later

## how it works

`dependency-check` parses your module code starting from the default entry files (e.g. `index.js` or `main` and any `bin` commands defined in package.json) and traverses through all relatively required JS files, ultimately producing a list of non-relative modules
Expand Down

0 comments on commit b8efac2

Please sign in to comment.