Compare commits
2 commits
f314ca7f4a
...
c4b12f547c
Author | SHA1 | Date | |
---|---|---|---|
c4b12f547c | |||
035d73f37a |
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -2,4 +2,4 @@ plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||||
spec: '@yarnpkg/plugin-interactive-tools'
|
spec: '@yarnpkg/plugin-interactive-tools'
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.6.2.cjs
|
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||||
|
|
|
@ -61,5 +61,5 @@
|
||||||
"*.(js|mjs|cjs)": "eslint --fix",
|
"*.(js|mjs|cjs)": "eslint --fix",
|
||||||
"*.(json|css|yml)": "prettier --write"
|
"*.(json|css|yml)": "prettier --write"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.2"
|
"packageManager": "yarn@3.6.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue