mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
function ValidVerdaccioPlugin() {
|
|
return {
|
|
authenticate: function(){}
|
|
}
|
|
}
|
|
|
|
module.exports = ValidVerdaccioPlugin;
|