Skip to content

Commit

Permalink
remove generateDisclaimer & better json output
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck committed Sep 25, 2023
1 parent 8314843 commit 7bc73c9
Showing 22 changed files with 975 additions and 1,299 deletions.
402 changes: 201 additions & 201 deletions .yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -3,5 +3,6 @@ plugins:
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: bundles/@yarnpkg/plugin-licenses.js

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
22 changes: 2 additions & 20 deletions 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
@@ -61,5 +61,5 @@
"ts-jest": "^29.1.1",
"typescript": "~5.1.6"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@3.6.3"
}
720 changes: 720 additions & 0 deletions src/__tests__/integration/__snapshots__/list.test.ts.snap

Large diffs are not rendered by default.

133 changes: 0 additions & 133 deletions src/__tests__/integration/fixtures/expected/disclaimer.txt

This file was deleted.

Loading

0 comments on commit 7bc73c9

Please sign in to comment.