Skip to content

Commit 396a819

Browse files
committed
remove crypto
1 parent 1f322ca commit 396a819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ See the accompanying LICENSE file for terms.
66

77
'use strict';
88

9-
var crypto = require('crypto');
10-
119
// Generate an internal UID to make the regexp pattern harder to guess.
1210
var UID_LENGTH = 16;
1311
var UID = generateUID();

0 commit comments

Comments
 (0)