Skip to content

Commit

Permalink
removed export thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPlayGamez committed Oct 2, 2024
1 parent 2bc89bf commit 6fea3f9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6fea3f9

Please sign in to comment.