Skip to content

Commit 9110fee

Browse files
committed
minor lint changes
1 parent e6e732d commit 9110fee

3 files changed

Lines changed: 45 additions & 43 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const crypto = require('crypto');
2+
23
const algorithm = 'aes-256-ctr';
34

45
function Cryptr(secret) {

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const Cryptr = require('../');
21
const test = require('tape');
2+
const Cryptr = require('../');
3+
34
const testSecret = 'myTotalySecretKey';
45
const testData = 'bacon';
56

0 commit comments

Comments
 (0)