Skip to content

Commit

Permalink
fix: remove extra dep check (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidguttman committed Sep 18, 2017
1 parent 3c34209 commit 3f2732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "nyc node test/index.js && npm run deps && standard",
"deps": "npm run deps-missing && npm run deps-extra",
"deps-missing": "dependency-check --no-dev .",
"deps-extra": "dependency-check --no-dev --extra . lib/models/things.js"
"deps-extra": "dependency-check --no-dev --extra ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3f2732d

Please sign in to comment.