From 7e2c3742afa7ba25ff8cfb1bfede9c0ae0950623 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:50:42 +0200 Subject: [PATCH] fix --- index.js | 8 ++++---- mock_server.js | 8 ++++---- stryker.conf.js | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.js b/index.js index 34a722a..c149e06 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Auth-Server-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,9 +10,9 @@ 'use strict'; -const password_helper = require ('@scode/password-helper'); -const crypto = require ('@scode/crypto-helper'); -const consts = require ('@scode/consts'); +const password_helper = require ('@sapphirecode/password-helper'); +const crypto = require ('@sapphirecode/crypto-helper'); +const consts = require ('@sapphirecode/consts'); const me = {}; diff --git a/mock_server.js b/mock_server.js index 932d98a..d74ee54 100644 --- a/mock_server.js +++ b/mock_server.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Auth-Server-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 */ @@ -11,9 +11,9 @@ const express = require ('express'); const auth = require ('./index'); -const consts = require ('@scode/consts'); -const crypto = require ('@scode/crypto-helper'); -const password_helper = require ('@scode/password-helper'); +const consts = require ('@sapphirecode/consts'); +const crypto = require ('@sapphirecode/crypto-helper'); +const password_helper = require ('@sapphirecode/password-helper'); /** diff --git a/stryker.conf.js b/stryker.conf.js index 769cf21..3a3b3bf 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-Server-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';