Skip to content

Commit 5aaa322

Browse files
committed
Add yarn support files
1 parent 4e63e26 commit 5aaa322

4 files changed

Lines changed: 884 additions & 1 deletion

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jspm_packages
3737
# Optional REPL history
3838
.node_repl_history
3939

40+
# yarn
41+
.pnp.*
42+
.yarn/*
43+
!.yarn/patches
44+
!.yarn/plugins
45+
!.yarn/releases
46+
!.yarn/sdks
47+
!.yarn/versions
48+
4049
# Output files
4150
test/fixtures/output.js
4251
test/fixtures/multi

.yarn/releases/yarn-3.5.1.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"rollup200": "npm:rollup@2.66.x",
4848
"standard": "^17.0.0"
4949
},
50-
"dependencies": {}
50+
"packageManager": "yarn@3.5.1"
5151
}

0 commit comments

Comments
 (0)