-
-
Notifications
You must be signed in to change notification settings - Fork 708
Closed
Labels
Description
{
"name": "opener",
"description": "Opens stuff, like webpages and files and executables, cross-platform",
"version": "1.5.2",
"author": "Domenic Denicola <[email protected]> (https://domenic.me/)",
"license": "(WTFPL OR MIT)",
"repository": "domenic/opener",
"main": "lib/opener.js",
"bin": "bin/opener-bin.js",
"files": [
"lib/",
"bin/"
],
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^7.7.0"
}
}
For the above package.json file, the package scan returns wtfpl-2.0 OR mit correctly. However, the license scan only returns wtfpl-2.0 which is incorrect as it's missing the mit
Reactions are currently unavailable