diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-08 21:22:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-08 21:22:51 -0400 |
commit | 86be44fc0485085a77b7945a22f579e6b3a5b510 (patch) | |
tree | 9b618d2f5fb65ec06d5825e78532c35de655b5d1 /.yarnrc.yml | |
parent | de4e6982edb15f26435db5e4490a940d0a116b7d (diff) | |
parent | a91cd844395cb74ba54d53f3954aff198a65feb4 (diff) | |
download | tanzanite-86be44fc0485085a77b7945a22f579e6b3a5b510.tar.gz tanzanite-86be44fc0485085a77b7945a22f579e6b3a5b510.tar.bz2 tanzanite-86be44fc0485085a77b7945a22f579e6b3a5b510.zip |
Merge branch 'rewrite' of https://github.com/NotEnoughUpdates/mb-bot-ts into rewrite
Diffstat (limited to '.yarnrc.yml')
-rw-r--r-- | .yarnrc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml index 8aa4e19..2a309ef 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,5 +1,5 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs - spec: "@yarnpkg/plugin-typescript" + spec: '@yarnpkg/plugin-typescript' yarnPath: .yarn/releases/yarn-3.0.0-rc.9.cjs |