UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

14 lines (12 loc) 303 B
'use strict' module.exports = { headerPattern: /^(\w*)(?:\((.*)\))?: (.*)$/, headerCorrespondence: [ `type`, `scope`, `subject` ], noteKeywords: [`BREAKING CHANGE`], revertPattern: /^revert:\s([\s\S]*?)\s*This reverts commit (\w*)\./, revertCorrespondence: [`header`, `hash`] }