From 8305ab78f66434322f17de59fa20448aa45d0441 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:50:45 +0200 Subject: [PATCH] fix --- index.js | 4 ++-- stryker.conf.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 8720edf..7acb35e 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Crypto-Helper which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , March 2020 + * Created by Timo Hocker , March 2020 */ // @ts-nocheck @@ -10,7 +10,7 @@ 'use strict'; const crypto = require ('crypto'); -const encoding = require ('@scode/encoding-helper'); +const encoding = require ('@sapphirecode/encoding-helper'); const encryption_mode_cbc_256 = { algorithm: 'aes-256-cbc', diff --git a/stryker.conf.js b/stryker.conf.js index a5c648e..5c6200d 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Crypto-Helper which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , March 2020 + * Created by Timo Hocker , March 2020 */ 'use strict';