We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8fb03 commit 59accd0Copy full SHA for 59accd0
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "2.2.9",
4
"description": "Opaquely authenticates solid clients",
5
"main": "lib/index.js",
6
+ "modules": "src/index.js",
7
"engines": {
8
"node": ">=8.0.0"
9
},
@@ -11,7 +12,8 @@
11
12
"bin",
13
"dist-lib",
14
"dist-popup",
- "lib"
15
+ "lib",
16
+ "src"
17
],
18
"repository": "git@github.com:solid/solid-auth-client.git",
19
"author": "Daniel Friedman <dfriedman58@gmail.com>",
0 commit comments