diff --git a/plugins/auth-memory/package.json b/plugins/auth-memory/package.json index ad2f81ba..367d2e28 100644 --- a/plugins/auth-memory/package.json +++ b/plugins/auth-memory/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-auth-memory", - "main": "index.js", + "main": "lib/index.js", "version": "1.0.1", "description": "auth plugin for verdaccio that keeps users in memory", "author": "Juan Picado ",