Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed May 25, 2023
1 parent 66eb61f commit 340ad5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 6 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"
spec: '@yarnpkg/plugin-compat'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'

supportedArchitectures:
os:
- current
- darwin
- linux
- win32
cpu:
- current
- x64
- ia32

0 comments on commit 340ad5e

Please sign in to comment.