Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit 5cdac94

Browse files
committed
fix: remove unnecessary package.json config
1 parent 6bdccef commit 5cdac94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@
1010
"license": "ISC",
1111
"version": "0.0.11",
1212
"description": "React Query wrapper for NextAuth.js session management",
13-
"type": "commonjs",
1413
"keywords": [
1514
"next-auth",
1615
"react-query"
1716
],
18-
"main": "dist/index.js",
1917
"exports": {
2018
".": {
2119
"require": "./dist/index.js",
2220
"default": "./dist/index.mjs"
2321
}
2422
},
25-
"module": "dist/index.mjs",
2623
"types": "./index.d.ts",
2724
"files": [
2825
"index.js",

0 commit comments

Comments
 (0)