From 194fd6beacffb44d75d007d027e8d21a16980b28 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 20 Jan 2023 11:39:07 +0000 Subject: [PATCH] chore: rename nostr dir --- src/{nostr => Nostr}/Connection.ts | 0 src/{nostr => Nostr}/ConnectionStats.ts | 0 src/{nostr => Nostr}/Event.ts | 0 src/{nostr => Nostr}/EventKind.ts | 0 src/{nostr => Nostr}/Subscriptions.ts | 0 src/{nostr => Nostr}/System.ts | 0 src/{nostr => Nostr}/Tag.ts | 0 src/{nostr => Nostr}/Thread.ts | 0 src/{nostr => Nostr}/index.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/{nostr => Nostr}/Connection.ts (100%) rename src/{nostr => Nostr}/ConnectionStats.ts (100%) rename src/{nostr => Nostr}/Event.ts (100%) rename src/{nostr => Nostr}/EventKind.ts (100%) rename src/{nostr => Nostr}/Subscriptions.ts (100%) rename src/{nostr => Nostr}/System.ts (100%) rename src/{nostr => Nostr}/Tag.ts (100%) rename src/{nostr => Nostr}/Thread.ts (100%) rename src/{nostr => Nostr}/index.ts (100%) diff --git a/src/nostr/Connection.ts b/src/Nostr/Connection.ts similarity index 100% rename from src/nostr/Connection.ts rename to src/Nostr/Connection.ts diff --git a/src/nostr/ConnectionStats.ts b/src/Nostr/ConnectionStats.ts similarity index 100% rename from src/nostr/ConnectionStats.ts rename to src/Nostr/ConnectionStats.ts diff --git a/src/nostr/Event.ts b/src/Nostr/Event.ts similarity index 100% rename from src/nostr/Event.ts rename to src/Nostr/Event.ts diff --git a/src/nostr/EventKind.ts b/src/Nostr/EventKind.ts similarity index 100% rename from src/nostr/EventKind.ts rename to src/Nostr/EventKind.ts diff --git a/src/nostr/Subscriptions.ts b/src/Nostr/Subscriptions.ts similarity index 100% rename from src/nostr/Subscriptions.ts rename to src/Nostr/Subscriptions.ts diff --git a/src/nostr/System.ts b/src/Nostr/System.ts similarity index 100% rename from src/nostr/System.ts rename to src/Nostr/System.ts diff --git a/src/nostr/Tag.ts b/src/Nostr/Tag.ts similarity index 100% rename from src/nostr/Tag.ts rename to src/Nostr/Tag.ts diff --git a/src/nostr/Thread.ts b/src/Nostr/Thread.ts similarity index 100% rename from src/nostr/Thread.ts rename to src/Nostr/Thread.ts diff --git a/src/nostr/index.ts b/src/Nostr/index.ts similarity index 100% rename from src/nostr/index.ts rename to src/Nostr/index.ts