mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
|
function ValidVerdaccioPlugin() {
|
||
|
return {
|
||
|
authenticate: function () {},
|
||
|
};
|
||
|
}
|
||
|
|
||
|
module.exports = ValidVerdaccioPlugin;
|