From 4f21b42013d6f85856c4c9ddbf0e305f3717e95e Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Sun, 23 Aug 2020 09:20:07 +0200 Subject: [PATCH] moving files --- lib/{ => dispatcher}/nopeDispatcher.ts | 0 lib/{ => dispatcher}/nopeDispatcherDecorators.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/{ => dispatcher}/nopeDispatcher.ts (100%) rename lib/{ => dispatcher}/nopeDispatcherDecorators.ts (100%) diff --git a/lib/nopeDispatcher.ts b/lib/dispatcher/nopeDispatcher.ts similarity index 100% rename from lib/nopeDispatcher.ts rename to lib/dispatcher/nopeDispatcher.ts diff --git a/lib/nopeDispatcherDecorators.ts b/lib/dispatcher/nopeDispatcherDecorators.ts similarity index 100% rename from lib/nopeDispatcherDecorators.ts rename to lib/dispatcher/nopeDispatcherDecorators.ts