Skip to content

Commit

Permalink
fix include to be in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
typerandom committed Oct 5, 2016
1 parent 1563ec2 commit 1c76f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var helpers = require('./helpers');
var Jwt = require('./jwt');
var JwtBody = require('./jwt-body');
var JwtHeader = require('./jwt-header');
var Verifier = require('./Verifier');
var Verifier = require('./verifier');

var exports = {};

Expand Down

0 comments on commit 1c76f84

Please sign in to comment.