Skip to content

Commit 22de817

Browse files
committed
chore: adopt [email protected] and commit various outcomes
1 parent 8c29043 commit 22de817

File tree

6 files changed

+4235
-2474
lines changed

6 files changed

+4235
-2474
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 934 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-4.6.0.cjs

index.js

100644100755
File mode changed.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"url": "[email protected]: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/",
@@ -39,5 +37,6 @@
3937
},
4038
"devDependencies": {
4139
"np": "^7.7.0"
42-
}
40+
},
41+
"packageManager": "[email protected]"
4342
}

0 commit comments

Comments
 (0)