Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 7, 2017
1 parent 25ca58f commit 0cb5807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const hasPkgSubProp = pkgProp => props =>
const ifPkgSubProp = pkgProp => (props, t, f) =>
hasPkgSubProp(pkgProp, props) ? t : f

const hasScript = hasPkgSubProp('script')
const hasScript = hasPkgSubProp('scripts')
const hasPeerDep = hasPkgSubProp('peerDependencies')
const hasDep = hasPkgSubProp('dependencies')
const hasDevDep = hasPkgSubProp('devDependencies')
Expand Down

0 comments on commit 0cb5807

Please sign in to comment.