You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I removed the version (version:false) in the license-format.json, the version 0.10.3 is still available near the module "[email protected]". How can I remove the version behind the @ ?
The text was updated successfully, but these errors were encountered:
The license-format.json for the customPath looks:
{
"name": "",
"version": false,
"description": "",
"licenses": false,
"copyright": "",
"licenseFile": false,
"licenseText": false,
"licenseModified": false,
"path": false
}
When I execute
npx license-checker --production --customPath license-format.json -json
I get the following json object:
...
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/angular/angular",
"publisher": "Brian Ford",
"name": "zone.js",
"description": "Zones for JavaScript",
"copyright": "Copyright (c) 2010-2020 Google LLC. http://angular.io/license"
}
...
Although I removed the version (version:false) in the license-format.json, the version 0.10.3 is still available near the module "[email protected]". How can I remove the version behind the @ ?
The text was updated successfully, but these errors were encountered: