mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
![]() |
function ValidVerdaccioPlugin() {
|
||
|
return {
|
||
|
authenticate: function () {},
|
||
|
};
|
||
|
}
|
||
|
|
||
|
module.exports = ValidVerdaccioPlugin;
|