Skip to content

Commit

Permalink
Merge pull request #8 from yousefamar/patch-1
Browse files Browse the repository at this point in the history
Export MacaroonsConstants
  • Loading branch information
nitram509 committed Jun 5, 2016
2 parents 8026c85 + 3b05ce9 commit 560afd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

module.exports = {
"MacaroonsConstants" : require('./lib/MacaroonsConstants'),
"MacaroonsBuilder" : require('./lib/MacaroonsBuilder'),
"MacaroonsVerifier" : require('./lib/MacaroonsVerifier'),
"MacaroonsSerializer" : require('./lib/MacaroonsSerializer'),
Expand All @@ -24,4 +25,4 @@ module.exports = {
"verifier" : {
"TimestampCaveatVerifier" : require('./lib/verifier/TimestampCaveatVerifier')
}
};
};

0 comments on commit 560afd1

Please sign in to comment.