forked from commercetools/merchant-center-application-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
24 lines (20 loc) · 816 Bytes
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
nodeLinker: node-modules
packageExtensions:
"@vercel/build-utils@^2.15.0":
dependencies:
"@vercel/frameworks": ^0.7.0
"@vercel/routing-utils": ^1.13.0
"lmdb@^2.5.3":
dependencies:
"cbor-x": "^1.3.1"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
- path: .yarn/plugins/@yarnpkg/plugin-postinstall.cjs
spec: "https://raw.githubusercontent.com/gravitywelluk/yarn-plugin-postinstall/master/bundles/%40yarnpkg/plugin-postinstall.js"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
postinstall: ./scripts/postinstall.sh
yarnPath: .yarn/releases/yarn-3.2.1.cjs