Skip to content

Commit 59accd0

Browse files
committed
Include untranspiled sources.
Closes #81.
1 parent 9c8fb03 commit 59accd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.2.9",
44
"description": "Opaquely authenticates solid clients",
55
"main": "lib/index.js",
6+
"modules": "src/index.js",
67
"engines": {
78
"node": ">=8.0.0"
89
},
@@ -11,7 +12,8 @@
1112
"bin",
1213
"dist-lib",
1314
"dist-popup",
14-
"lib"
15+
"lib",
16+
"src"
1517
],
1618
"repository": "git@github.com:solid/solid-auth-client.git",
1719
"author": "Daniel Friedman <dfriedman58@gmail.com>",

0 commit comments

Comments
 (0)