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