Skip to content

Commit

Permalink
construct flat output
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck committed Sep 25, 2023
1 parent 7bc73c9 commit fcfb128
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 169 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Yarn v3 plugin that adds `yarn licenses` commands (similar to what Yar
## Install

```
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)
yarn plugin import https://raw.githubusercontent.com/sarahsporck/yarn-plugin-licenses-json/v0.12.0/bundles/%40yarnpkg/plugin-licenses.js
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bundles/@yarnpkg/plugin-licenses.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ts-check": "tsc --noEmit --skipLibCheck",
"prepare": "yarn build",
"preversion": "yarn lint",
"version": "yarn format && yarn build && sed -Ei '' \"s/(yarn-plugin-licenses\\/).+(\\/bundles)/\\1v$npm_package_version\\2/g\" README.md && git add -A",
"version": "yarn format && yarn build && sed -Ei '' \"s/(yarn-plugin-licenses-json\\/).+(\\/bundles)/\\1v$npm_package_version\\2/g\" README.md && git add -A",
"postversion": "git push && git push --tags"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fcfb128

Please sign in to comment.