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 | 447184ca4ae3f691c0b7007cbb1f002862f12566 (patch) | |
tree | a8ab10a615bf4a9e65df9dbf060e15325a020a51 /Timeline/ClientApp/.yarnrc.yml | |
parent | 5021d95f57c54779d1fd22aeeb180be058775a01 (diff) | |
download | timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.gz timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.bz2 timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.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
|