Skip to content

Commit b110210

Browse files
author
Frank Schmid
committed
Added main exports
1 parent 73bc7e5 commit b110210

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/**
33
* JWK library entry points
44
*/
5+
6+
module.exports.JWK = require('./lib/JWK');
7+
module.exports.JWKSet = require('./lib/JWKSet');

0 commit comments

Comments
 (0)