We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414be8c commit a31d806Copy full SHA for a31d806
package.json
@@ -2,9 +2,13 @@
2
"name": "@svelte-dev/auth-oauth2",
3
"version": "0.0.3",
4
"description": "A OAuth2Strategy for @svelte-dev/auth",
5
- "main": "./build/index.js",
6
- "svelte": "./build/index.js",
7
- "module": "./build/index.js",
+ "exports": {
+ ".": {
+ "types": "./build/index.d.ts",
8
+ "import": "./build/index.js"
9
+ },
10
+ "./package.json": "./package.json"
11
12
"types": "./build/index.d.ts",
13
"homepage": "https://github.com/willin/svelte-auth-oauth2#readme",
14
"repository": {
0 commit comments