diff options
author | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
commit | 48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (patch) | |
tree | 77cc49d54099a44866cb2a4e1a57ddf1a83f652d /Timeline/ClientApp/.yarnrc.yml | |
parent | 9f98f9f51047c7b017a4dfe8970b80926c797d44 (diff) | |
download | timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.gz timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.bz2 timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.zip |
Upgrade packages.
Diffstat (limited to 'Timeline/ClientApp/.yarnrc.yml')
-rw-r--r-- | Timeline/ClientApp/.yarnrc.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.yarnrc.yml b/Timeline/ClientApp/.yarnrc.yml index 5614d154..0e4fbd7d 100644 --- a/Timeline/ClientApp/.yarnrc.yml +++ b/Timeline/ClientApp/.yarnrc.yml @@ -1 +1,5 @@ -yarnPath: ".yarn/releases/yarn-berry.js"
+plugins:
+ - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
+ spec: "@yarnpkg/plugin-interactive-tools"
+
+yarnPath: .yarn/releases/yarn-berry.js
|