From 831484331e1008821f3ed440d95eafdd34ee4acb Mon Sep 17 00:00:00 2001 From: Sarah Date: Sat, 23 Sep 2023 15:23:35 +0200 Subject: [PATCH] Update README.md Add information about this fork --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d98a22..336b684 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# `yarn-plugin-licenses` +# `yarn-plugin-licenses-json` +This is a fork of [yarn-plugin-licenses](https://github.com/mhassan1/yarn-plugin-licenses), with (hopefully) better support for exporting the licenses to json. This is a Yarn v3 plugin that adds `yarn licenses` commands (similar to what Yarn v1 had). -For Yarn v2 support, install [v0.6.0](https://github.com/mhassan1/yarn-plugin-licenses/tree/v0.6.0) or earlier. - ## Install ``` -yarn plugin import https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.12.0/bundles/@yarnpkg/plugin-licenses.js +yarn plugin import [https://raw.githubusercontent.com/sarahsporck/yarn-plugin-licenses-json/bundles/@yarnpkg/plugin-licenses.js](https://raw.githubusercontent.com/sarahsporck/yarn-plugin-licenses-json/main/bundles/%40yarnpkg/plugin-licenses.js) ``` ## Usage