Remove unneeded 'async' dependency

Co-Authored-By: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Simon Detheridge 2019-12-09 15:01:31 +00:00 committed by GitHub
parent a9e39af24f
commit 73f293cf49

View file

@ -1,5 +1,4 @@
crypto = require('crypto')
async = require('async')
ALGORITHM = 'aes-256-ctr'