Skip to content

Commit

Permalink
Use Makefile in dependency-lint (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Aug 11, 2020
1 parent aa21d50 commit 282c04e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
21 changes: 3 additions & 18 deletions dependency-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,19 @@ executedModules:
- test
- version
shellScripts:
dev: []
dev: Makefile
ignore: []
root: 'bin/*'
root: Makefile

ignoreErrors:
missing:
- rc
- remark
missing: []
shouldBeDependency: []
shouldBeDevDependency: []
unused:
- babel-cli
- babel-eslint
- babel-plugin-istanbul
- babel-preset-flow
- coveralls
- eslint
- eslint-plugin-flowtype
- eslint-plugin-import
- flow-bin
- flow-remove-types
- flow-typed
- greenkeeper-lockfile
- mocha
- nyc
- o-tools
- request
- remark-cli
- remark-lint
- remark-preset-lint-recommended
- standard
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"flow-bin": "0.66.0",
"flow-remove-types": "1.2.3",
"flow-typed": "2.3.0",
"greenkeeper-lockfile": "1.13.3",
"mocha": "5.0.1",
"ncp": "2.0.0",
"nyc": "11.4.1",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2396,14 +2396,6 @@ graceful-fs@~3.0.2:
dependencies:
natives "^1.1.0"

greenkeeper-lockfile@1.13.3:
version "1.13.3"
resolved "https://registry.yarnpkg.com/greenkeeper-lockfile/-/greenkeeper-lockfile-1.13.3.tgz#4401f45669649c9ecf5213f2e8934accef5c6dd2"
dependencies:
lodash "^4.17.4"
require-relative "^0.8.7"
semver "^5.3.0"

growl@1.10.3:
version "1.10.3"
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f"
Expand Down

0 comments on commit 282c04e

Please sign in to comment.