ReisamaTech / Atoll

0 stars 0 forks source link

Investigate Licensing Issues #23

Open valquaint opened 2 years ago

valquaint commented 2 years ago

Electron Forge is flagging during license compatibility due to SPDX being listed as a regular dependency, not a dev-dependency.

This may require a PR for Electron-Forge.

Reproduction steps:

npm i @electron-forge/cli --save-dev npm install license-compatibility-checker -g license-compatibility-checker

License checker will flag on SPDX as CC-BY-3.0, and upon tracing in package-lock.json, the package is a distant dependency of Electron Forge.