From 04c9fc5e8f0dbe17725793d3175f34745f3cd2e3 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 08:33:22 +0200 Subject: [PATCH] fix --- lib/Color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Color.ts b/lib/Color.ts index d47c855..c5add76 100644 --- a/lib/Color.ts +++ b/lib/Color.ts @@ -1,5 +1,5 @@ /* eslint-disable no-magic-numbers */ -import { num_to_hex } from '@scode/encoding-helper'; +import { num_to_hex } from '@sapphirecode/encoding-helper'; export class Color { public static readonly black = new Color (0, 0, 0);