File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,3 +102,19 @@ dist
102102
103103# TernJS port file
104104.tern-port
105+
106+ # Modern yarn
107+ .yarn /*
108+ # !.yarn/cache
109+ ! .yarn /patches
110+ ! .yarn /plugins
111+ ! .yarn /releases
112+ ! .yarn /sdks
113+ ! .yarn /versions
114+ ** /.yarn /*
115+ # !**/.yarn/cache
116+ ! ** /.yarn /patches
117+ ! ** /.yarn /plugins
118+ ! ** /.yarn /releases
119+ ! ** /.yarn /sdks
120+ ! ** /.yarn /versions
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ yarnPath : .yarn/releases/yarn-4.6.0.cjs
Original file line number Diff line number Diff line change 88 "url" : " git@github.com:invertase/google-java-format.git"
99 },
1010 "main" : " index.js" ,
11- "bin" : {
12- "google-java-format" : " index.js"
13- },
11+ "bin" : " index.js" ,
1412 "files" : [
1513 " test.sh" ,
1614 " lib/" ,
3937 },
4038 "devDependencies" : {
4139 "np" : " ^7.7.0"
42- }
40+ },
41+ "packageManager" : " yarn@4.6.0"
4342}
You can’t perform that action at this time.
0 commit comments