Skip to content

Commit

Permalink
deps: use forked spdx-compare with fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 31, 2023
1 parent a6cca5f commit 5f77dd0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 53 deletions.
91 changes: 39 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@
"taim": "^1.1.0",
"yargs": "^7.1.2"
},
"overrides": {
"spdx-compare": "git+https://github.com/legobeat/spdx-compare.js#c63092e848be052139aacffac0d8be0518fddc14"
},
"resolutions": {
"license-checker>spdx-satisfies>spdx-compare": "git+https://github.com/legobeat/spdx-compare.js#c63092e848be052139aacffac0d8be0518fddc14"
},
"name": "oss-attribution-generator",
"description": "utility to parse bower and npm packages used in a project and generate an attribution file to include in your product",
"version": "1.7.1",
"bin": {
"generate-attribution": "index.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0",
"npm": ">=8.3.0"
},
"scripts": {
"test": "mocha test"
Expand Down

0 comments on commit 5f77dd0

Please sign in to comment.