@clarityhub/harmony-jwt-auth
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@clarityhub/harmony-jwt-auth", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,3 +0,3 @@ | ||
const jwtAuthContext = require('jwt-auth-context'); | ||
const jwtAuthContext = require('./jwt-auth-context'); | ||
module.exports = { jwtAuthContext }; |
675