From d994749ea79c8ab3d941c8ddff052aaaca12aa19 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:50:40 +0200 Subject: [PATCH] fix --- index.js | 6 +++--- stryker.conf.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 3dd9a52..3aa1ce8 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Auth-Client-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 */ /* eslint-disable no-magic-numbers */ @@ -10,8 +10,8 @@ 'use strict'; -const crypto = require ('@scode/crypto-helper'); -const consts = require ('@scode/consts'); +const crypto = require ('@sapphirecode/crypto-helper'); +const consts = require ('@sapphirecode/consts'); const fetch = require ('node-fetch'); /** diff --git a/stryker.conf.js b/stryker.conf.js index a413ad7..d51b546 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Auth-Client-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';