From f3bea598818aa2f57215f8b467505f19cb2be6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20L=C3=BCthy?= Date: Tue, 10 Apr 2018 20:52:27 +0200 Subject: [PATCH] style: fix lint issue related to peerDependency --- src/decrypt.ts | 2 +- src/encrypt.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/decrypt.ts b/src/decrypt.ts index 2c06f38..1d912e7 100644 --- a/src/decrypt.ts +++ b/src/decrypt.ts @@ -1,4 +1,4 @@ -import { KMS } from 'aws-sdk' +import { KMS } from 'aws-sdk' // tslint:disable-line:no-implicit-dependencies const kms = new KMS() diff --git a/src/encrypt.ts b/src/encrypt.ts index 66f3476..de9a956 100644 --- a/src/encrypt.ts +++ b/src/encrypt.ts @@ -1,4 +1,4 @@ -import { KMS } from 'aws-sdk' +import { KMS } from 'aws-sdk' // tslint:disable-line:no-implicit-dependencies const kms = new KMS()