Skip to content

Commit

Permalink
chore: adjust code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
fireairforce committed Nov 23, 2021
1 parent fd6f12e commit aaf8fd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-wolves-admire.md
@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-installation": minor
---

feat: support yarn v2 lockfile transform
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1 +1,2 @@
* @zkochan
/packages/plugin-commands-installation/src/import/* @fireairforce
Expand Up @@ -21,7 +21,7 @@ import { parse as parseYarnLock } from '@yarnpkg/lockfile'
import * as yarnCore from '@yarnpkg/core'
import { parseSyml } from '@yarnpkg/parsers'
import exists from 'path-exists'
import recursive from './recursive'
import recursive from '../recursive'
import { yarnLockFileKeyNormalizer } from './yarnUtil'

interface NpmPackageLock {
Expand Down

0 comments on commit aaf8fd3

Please sign in to comment.