* Gets the nearest project root directory
(repoPath, options)
| 103 | * Gets the nearest project root directory |
| 104 | */ |
| 105 | function getNearestProjectRootDirectory (repoPath, options) { |
| 106 | return path.join(repoPath, getNearestNodeModulesDirectory(options), '/../'); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Gets a map of arguments where the value is the corresponding (to passed package manager) string |
no test coverage detected