From e1c6c7f18e5f73d509ac67a0f217c79769837df5 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 21 Aug 2020 16:29:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20path=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/color.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index baad9f82..7089e86d 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -1,13 +1,13 @@ import path from "path"; import { ColorSchema } from "./types"; -// --------------------------------------- Bitmaps/out Path ๐Ÿ”— - -const bitmapsPath = path.resolve("bitmaps"); - // --------------------------------------- Paths ๐Ÿ”— const rawSvgsDir = path.resolve("svg"); + +// --------------------------------------- out Path ๐Ÿ”— + +const bitmapsPath = path.resolve("bitmaps"); const schemesPath = path.resolve("schemes"); // --------------------------------------- Colorsโœจ