Skip to content

Commit

Permalink
Remove unused module (#277)
Browse files Browse the repository at this point in the history
crypto is no longer used in file.js
  • Loading branch information
bdharrington7 authored and mhamann committed Oct 21, 2017
1 parent 532ac9c commit bfb0220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/nconf/stores/file.js
Expand Up @@ -5,8 +5,7 @@
*
*/

var crypto = require('crypto'),
fs = require('fs'),
var fs = require('fs'),
path = require('path'),
util = require('util'),
Secure = require('secure-keys'),
Expand Down

0 comments on commit bfb0220

Please sign in to comment.