From 747b3c8302245699294b671d19b3d31d63f80bc1 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 27 Jun 2021 18:08:14 -0400 Subject: did this a while ago so I don't remeber what I did --- .yarnrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.yarnrc.yml') diff --git a/.yarnrc.yml b/.yarnrc.yml index 975b0c0..36600c5 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-2.4.1.cjs +yarnPath: .yarn/releases/yarn-2.4.2.cjs -- cgit