We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981cfb5 commit 6adb2c3Copy full SHA for 6adb2c3
1 file changed
lib/package.js
@@ -841,7 +841,6 @@ export default class Package {
841
return res;
842
}
843
844
- // XXX
845
async getOutdatedDependencies ( { cache = {} } = {} ) {
846
if ( !this.dependencies.hasDependencies ) return result( 200 );
847
0 commit comments