Skip to content

Commit c2b949a

Browse files
committed
Also const in index file
1 parent 5058113 commit c2b949a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*global exports*/
2-
const SignStream = require('./lib/sign-stream');
3-
const VerifyStream = require('./lib/verify-stream');
2+
var SignStream = require('./lib/sign-stream');
3+
var VerifyStream = require('./lib/verify-stream');
44

5-
const ALGORITHMS = [
5+
var ALGORITHMS = [
66
'HS256', 'HS384', 'HS512',
77
'RS256', 'RS384', 'RS512',
88
'ES256', 'ES384', 'ES512'

0 commit comments

Comments
 (0)