We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
oss
1 parent 4286e15 commit 7c2ca83Copy full SHA for 7c2ca83
package.json
@@ -84,6 +84,7 @@
84
},
85
"files": [
86
"/bin",
87
+ "/LICENSE-THIRD-PARTY.txt",
88
"/npm-shrinkwrap.json",
89
"/oclif.manifest.json",
90
"/src"
src/commands/oss.js
@@ -20,6 +20,7 @@ class OSSLicensesCommand extends BoxCommand {
20
}
21
22
23
+OSSLicensesCommand.noClient = true;
24
OSSLicensesCommand.description =
25
'Print a list of open-source licensed packages used in the Box CLI';
26
0 commit comments