diff --git a/package.json b/package.json index c678c10..fa637a9 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,9 @@ { - "name": "seamless-auth", + "name": "@mattplaygamez/auth", "version": "3.7.3", "description": "A full fledged authentication system...", "type": "commonjs", "main": "memory.js", - "exports": { - "./file": { - "require": "./file.js", - "import": "./file.js" - }, - "./memory": { - "require": "./memory.js", - "import": "./memory.js" - }, - "./mongodb": { - "require": "./mongodb.js", - "import": "./mongodb.js" - } - }, "scripts": { "start": "node test/test.js", "test": "npx jest --forceExit *.test.js"