Skip to content

Commit

Permalink
feat: dev & peer dependency handling
Browse files Browse the repository at this point in the history
update function comment as per review.
  • Loading branch information
ghinks committed Mar 11, 2021
1 parent e9b8997 commit 220c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports.getLocalPackageJSON = async function getLocalPackageJSON () {

/*
The check should search both the dev and peer dependencies to find out if the dependency is
regular, dev or peer. We only want to check on this the once :)
regular, dev or peer.
*/
exports.checkPackageInPackageJSON = function checkPackageInPackageJSON (dep, packageJSON) {
const dependencyKeyNames = [
Expand Down

0 comments on commit 220c6bc

Please sign in to comment.