Skip to content

Commit 5758364

Browse files
committed
support for yarn 2+
Signed-off-by: Tim Deubler <[email protected]>
1 parent c0f58b7 commit 5758364

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ docs/
88
deploy/
99
.npmrc
1010
.eslintcache
11+
.pnp.*
12+
.yarn/*
13+
!.yarn/patches
14+
!.yarn/plugins
15+
!.yarn/releases
16+
!.yarn/sdks
17+
!.yarn/versions

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)