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

Commit

Permalink
Check node engine requirements of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 8, 2019
1 parent b1d44de commit 0fab216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"dependency-check": "cli.js"
},
"scripts": {
"check-dependencies": "node cli.js . && node cli.js . --missing --extra --no-dev -e js:detective-cjs",
"check:dependencies": "node cli.js . && node cli.js . --missing --extra --no-dev -e js:detective-cjs",
"check:node-versions": "installed-check --engine-check --no-version-check",
"lint": "standard",
"test-cli-glob": "node cli.js test/ --entry '**/*.js' --no-default-entries",
"test-cli-simple": "node cli.js test/",
"test-cli": "npm-run-all --parallel test-cli-glob test-cli-simple",
"test": "npm-run-all lint test-cli check-dependencies"
"test": "npm-run-all lint test-cli check:*"
},
"engines": {
"node": ">=6.0.0"
Expand All @@ -31,6 +32,7 @@
},
"devDependencies": {
"detective-cjs": "^3.0.0",
"installed-check": "^2.2.0",
"npm-run-all": "^4.1.5",
"standard": "^12.0.1"
},
Expand Down

0 comments on commit 0fab216

Please sign in to comment.