Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
benatshippabo committed Dec 2, 2021
1 parent 12f8d90 commit 58b6ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function findSourcesRoot(root: string) {
* for packages installed into node_modules this will go up directories until
* it finds a node_modules directory with the plugin installed into it
*
* This is needed because of some oclif plugins do not declare the `main` field in their package.json
* This is needed because some oclif plugins do not declare the `main` field in their package.json
* https://github.com/oclif/config/pull/289#issuecomment-983904051
*/
async function findRootLegacy(name: string | undefined, root: string): Promise<string | undefined> {
Expand Down

0 comments on commit 58b6ad7

Please sign in to comment.